]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/retr.c
Consistently use int for file type parameters and locals
[empserver] / src / lib / commands / retr.c
index b5b39c160559fb4652497a23fca87a2f1bd7c717..a192f1f66cb6990572dc0bea107be782d48da5ba 100644 (file)
@@ -51,7 +51,7 @@
 static char shp_rflagsc[] = "Xitshbdu";
 static char lnd_rflagsc[] = "XiXXhbXX";
 
-static int retreat(short);
+static int retreat(int);
 
 int
 retr(void)
@@ -66,7 +66,7 @@ lretr(void)
 }
 
 static int
-retreat(short type)
+retreat(int type)
 {
     char *pq, *fl;
     int nunits;