Tue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
[citadel.git] / citadel / file_ops.c
index 340915874e9944f4cf63691b9b99be9064d0e8ac..b0ae01a67384bf26ae0bc9b5ac555ab0c59b7015 100644 (file)
@@ -219,7 +219,7 @@ void cmd_netf(char *cmdbuf)
  * It examines the file and displays the OK result code and some information
  * about the file.  NOTE: this stuff is Unix dependent.
  */
-void OpenCmdResult() {
+void OpenCmdResult(void) {
        struct stat statbuf;
 
        fstat(fileno(CC->download_fp), &statbuf);