]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/parse.h
Code cleanup: mostly removing empty lines
[ngircd-alex.git] / src / ngircd / parse.h
index ef42be1456b0ce5099799213963a029e7881d5af..3acab7d53fbf25d3e8a0b700e94af714ec7d8ac1 100644 (file)
@@ -9,7 +9,6 @@
  * Please read the file COPYING, README and AUTHORS for more information.
  */
 
-
 #ifndef __parse_h__
 #define __parse_h__
 
@@ -38,12 +37,10 @@ typedef struct _COMMAND
        long bytes;                     /* number of bytes created */
 } COMMAND;
 
-
 GLOBAL bool Parse_Request PARAMS((CONN_ID Idx, char *Request ));
 
 GLOBAL COMMAND *Parse_GetCommandStruct PARAMS(( void ));
 
 #endif
 
-
 /* -eof- */