]> git.decadent.org.uk Git - ion3.git/blob - libtu/prefix.h
Update cfg_kludge_flash for Flash 10
[ion3.git] / libtu / prefix.h
1 /*
2  * libtu/prefix.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2007.
5  *
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  */
9
10 #ifndef _LIBTU_PREFIX_H
11 #define _LIBTU_PREFIX_H
12
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);
16
17 #endif /* _LIBTU_PREFIX_H */