]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/info.c
commands: Rename the command functions
[empserver] / src / lib / commands / info.c
index 962ec3d024185758f14e2e36ac281512baf7c690..dd7069b5bcc97e782a8a99f52583f2e08e37bc28 100644 (file)
@@ -63,7 +63,7 @@ lowerit(char *buf, int n, char *orig)
 #if !defined(_WIN32)
 
 int
-info(void)
+c_info(void)
 {
     char buf[255];
     FILE *fp;
@@ -159,7 +159,7 @@ info(void)
 }
 
 int
-apro(void)
+c_apropos(void)
 {
     FILE *fp;
     char *name, *lbp;