view lib/mkancesdirs.h @ 39458:bb29d413b1a8

mkancesdirs: Add extern "C" to header * lib/mkancesdirs.h: Add extern "C".
author Simon Marchi <simon.marchi@ericsson.com>
date Mon, 09 Jul 2018 19:03:46 -0700
parents dc7644a1c024
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