Browse Source

(savedir): Remove size arg.

Paul Eggert 24 years ago
parent
commit
b6e04fa518
1 changed files with 1 additions and 2 deletions
  1. 1 2
      lib/savedir.h

+ 1 - 2
lib/savedir.h

@@ -9,7 +9,6 @@
 #  endif
 # endif
 
-char *
-savedir PARAMS ((const char *dir, off_t name_size));
+char *savedir PARAMS ((const char *dir));
 
 #endif