source: trunk/third/findutils/lib/savedir.h @ 18890

Revision 18890, 270 bytes checked in by zacheiss, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18889, which included commits to RCS files with non-trunk default branches.
Line 
1#if !defined SAVEDIR_H_
2# define SAVEDIR_H_
3
4# ifndef PARAMS
5#  if defined PROTOTYPES || (defined __STDC__ && __STDC__)
6#   define PARAMS(Args) Args
7#  else
8#   define PARAMS(Args) ()
9#  endif
10# endif
11
12char *
13savedir PARAMS ((const char *dir, off_t name_size));
14
15#endif
Note: See TracBrowser for help on using the repository browser.