summaryrefslogtreecommitdiff
path: root/lib/savedir.h
blob: 0513974d7f14cf16e4634cc71e8d0c8fcd1bd147 (plain)
1
2
3
4
5
6
7
8
9
#undef __P
#if defined (__STDC__) && __STDC__
# define __P(x) x
#else
# define __P(x) ()
#endif

char *
savedir __P((const char *dir, unsigned int name_size));