diff options
Diffstat (limited to 'ctdb/lib/replace/replace.h')
-rw-r--r-- | ctdb/lib/replace/replace.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ctdb/lib/replace/replace.h b/ctdb/lib/replace/replace.h index f8a89a7213..c212f433a4 100644 --- a/ctdb/lib/replace/replace.h +++ b/ctdb/lib/replace/replace.h @@ -546,4 +546,7 @@ typedef int bool; #define QSORT_CAST (int (*)(const void *, const void *)) #endif +/* These should be properly defined for libraries to control visibility. */ +#define _PRIVATE_ +#define _PUBLIC_ #endif /* _LIBREPLACE_REPLACE_H */ |