X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fmodules.h;fp=src%2Fmodules.h;h=321b5c166b930c7de73f5e43659508f9bec37abe;hp=0000000000000000000000000000000000000000;hb=706e48b1e666054030c491d864f740071e390038;hpb=b53d0c5f88063f075a48a0426f9d5d6b3490b9fc diff --git a/src/modules.h b/src/modules.h new file mode 100644 index 0000000..321b5c1 --- /dev/null +++ b/src/modules.h @@ -0,0 +1,26 @@ +/* modules.h - NeonServ v5.3 + * Copyright (C) 2011-2012 Philipp Kreil (pk910) + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +#ifndef _modules_h +#define _modules_h + +void load_module(char *name); +void start_modules(); +void loop_modules(); +void stop_modules(); +int module_loaded(int module_id); + +#endif \ No newline at end of file