* Changed the comments at the beginning of each file to a consistent format
[citadel.git] / citadel / dynloader.h
index 1a43066be1a3575186dcd5b2fe792c4d0880d497..4fec72fe489042cd71604b376fe89fedccd4b5df 100644 (file)
@@ -1,4 +1,5 @@
 /* $Id$ */
+
 void DLoader_Init(char *pathname);
 int DLoader_Exec_Cmd(char *cmdbuf);
 char *Dynamic_Module_Init(void);