]> git.decadent.org.uk Git - ion3.git/blobdiff - libtu/prefix.h
[svn-upgrade] Integrating new upstream version, ion3 (20071220)
[ion3.git] / libtu / prefix.h
diff --git a/libtu/prefix.h b/libtu/prefix.h
new file mode 100644 (file)
index 0000000..d9d2f21
--- /dev/null
@@ -0,0 +1,17 @@
+/*
+ * libtu/prefix.h
+ *
+ * Copyright (c) Tuomo Valkonen 1999-2007.
+ *
+ * You may distribute and modify this library under the terms of either
+ * the Clarified Artistic License or the GNU LGPL, version 2.1 or later.
+ */
+
+#ifndef _LIBTU_PREFIX_H
+#define _LIBTU_PREFIX_H
+
+extern void prefix_set(const char *binloc, const char *dflt);
+extern char *prefix_add(const char *s);
+extern bool prefix_wrap_simple(bool (*fn)(const char *s), const char *s);
+
+#endif /* _LIBTU_PREFIX_H */