summaryrefslogtreecommitdiff
path: root/wm/olvwm/patches/patch-st.h
diff options
context:
space:
mode:
Diffstat (limited to 'wm/olvwm/patches/patch-st.h')
-rw-r--r--wm/olvwm/patches/patch-st.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/wm/olvwm/patches/patch-st.h b/wm/olvwm/patches/patch-st.h
new file mode 100644
index 00000000000..90e8ff390ec
--- /dev/null
+++ b/wm/olvwm/patches/patch-st.h
@@ -0,0 +1,14 @@
+$NetBSD: patch-st.h,v 1.1 2013/03/28 21:40:11 joerg Exp $
+
+--- st.h.orig 2013-03-28 19:24:02.000000000 +0000
++++ st.h
+@@ -40,7 +40,8 @@ struct st_table {
+
+ enum st_retval {ST_CONTINUE, ST_STOP, ST_DELETE};
+
+-int st_delete(), st_insert(), st_foreach(), st_free_table();
++void st_foreach(st_table *table, enum st_retval (*func)(), char *arg);
++int st_delete(), st_insert(), st_free_table();
+ int st_lookup(), st_find_or_add(), st_add_direct();
+ st_table *st_init_table(), *st_init_table_with_params();
+