view lib/mkancesdirs.h @ 40209:c43e83386661

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 08 Mar 2019 09:27:47 -0800
parents e2b49640796e
children
line wrap: on
line source

#include <stddef.h>

#ifdef __cplusplus
extern "C" {
#endif

struct savewd;
ptrdiff_t mkancesdirs (char *, struct savewd *,
                       int (*) (char const *, char const *, void *), void *);

#ifdef __cplusplus
}
#endif