]> 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..39842159e69ab7ea8da2991c9c5a9da77ead128c 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;
@@ -271,7 +271,7 @@ apro(void)
 #else  /* _WIN32 */
 
 int
-info(void)
+c_info(void)
 {
     char buf[255];
     FILE *fp;
@@ -384,7 +384,7 @@ info(void)
 }
 
 int
-apro(void)
+c_apropos(void)
 {
     HANDLE hDir;
     WIN32_FIND_DATA fData;