X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=src%2Flib%2Fcommands%2Finfo.c;h=39842159e69ab7ea8da2991c9c5a9da77ead128c;hp=962ec3d024185758f14e2e36ac281512baf7c690;hb=c6ec6a41c29700e982620e845293b232291d30ca;hpb=a6c46316e904d9816302282ffd927ec8faa9354a diff --git a/src/lib/commands/info.c b/src/lib/commands/info.c index 962ec3d02..39842159e 100644 --- a/src/lib/commands/info.c +++ b/src/lib/commands/info.c @@ -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;