summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2022-04-29 23:32:19 +0200
committerpgen <p.gen.progs@gmail.com>2022-04-29 23:32:19 +0200
commite9b77db07d47a8b1f5140f16516d1e27380f2c1a (patch)
treeffa10be01ac6e516098abf990045f447e90e47cb /smenu.h
parentd90563a769e8faa00c5a93ab01849ac29aa94bd3 (diff)
Make pointers explicit in swap functions
Diffstat (limited to 'smenu.h')
-rw-r--r--smenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/smenu.h b/smenu.h
index 2b258f0..99f8d69 100644
--- a/smenu.h
+++ b/smenu.h
@@ -430,7 +430,7 @@ int
tag_comp(void * a, void * b);
void
-tag_swap(void * a, void * b);
+tag_swap(void * *a, void ** b);
int
isempty(const char * s);