summaryrefslogtreecommitdiff
path: root/tools/util.h
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2015-08-12 21:33:49 -0400
committerPaul Moore <pmoore@redhat.com>2015-08-12 21:33:49 -0400
commit53f504711dbc2feaeae139df3e0c28b960168ccf (patch)
tree0577f7bebaee174caa8a1f1d76c08bc5469b8eb5 /tools/util.h
parent641cc809f5699fede96a76821de6fed8b7375c73 (diff)
downloadlibseccomp-53f504711dbc2feaeae139df3e0c28b960168ccf.tar.gz
tools: eliminate the shared exit_usage() function
I'm still not quite sure why this was shared in the first place. Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'tools/util.h')
-rw-r--r--tools/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/util.h b/tools/util.h
index 2fed617..92bff91 100644
--- a/tools/util.h
+++ b/tools/util.h
@@ -74,8 +74,6 @@
extern uint32_t arch;
-void exit_usage(const char *program);
-
uint16_t ttoh16(uint32_t arch, uint16_t val);
uint32_t ttoh32(uint32_t arch, uint32_t val);