summaryrefslogtreecommitdiff
path: root/lib/savedir.h
blob: 3cc2491b1ccf416ec0f4afd9337e6074791ba981 (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 name_size));