4 * Copyright (c) Tuomo Valkonen 1999-2007.
6 * You may distribute and modify this library under the terms of either
7 * the Clarified Artistic License or the GNU LGPL, version 2.1 or later.
10 #ifndef _LIBTU_PREFIX_H
11 #define _LIBTU_PREFIX_H
13 extern void prefix_set(const char *binloc
, const char *dflt
);
14 extern char *prefix_add(const char *s
);
15 extern bool prefix_wrap_simple(bool (*fn
)(const char *s
), const char *s
);
17 #endif /* _LIBTU_PREFIX_H */