Releasing version 3-2014010505
[notion/jeffpc.git] / libtu / prefix.h
blobd9d2f2101cffcf01760e6b691cad6e28ca02515a
1 /*
2 * libtu/prefix.h
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.
8 */
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 */