modified code to use IOHandler functions instead of own ones
[NeonServV5.git] / src / modules / NeonBackup.mod / bot_NeonBackup.h
index a805c3ce633f1ca8a15f19f3d6e37a191595f341..8284bedbfc058a9e4dc5513d3348d96f3223374e 100644 (file)
@@ -1,4 +1,4 @@
-/* bot_NeonBackup.h - NeonServ v5.4
+/* bot_NeonBackup.h - NeonServ v5.5
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -20,7 +20,6 @@
 #include "../../main.h"
 
 void init_NeonBackup(int type);
-void loop_NeonBackup();
 void free_NeonBackup(int type);
 
 #endif
\ No newline at end of file