summaryrefslogtreecommitdiffstats
path: root/debian/htdig/htdig-3.2.0b6/htdb/util_sig.h
diff options
context:
space:
mode:
Diffstat (limited to 'debian/htdig/htdig-3.2.0b6/htdb/util_sig.h')
-rw-r--r--debian/htdig/htdig-3.2.0b6/htdb/util_sig.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/htdig/htdig-3.2.0b6/htdb/util_sig.h b/debian/htdig/htdig-3.2.0b6/htdb/util_sig.h
new file mode 100644
index 00000000..347c68ee
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/htdb/util_sig.h
@@ -0,0 +1,7 @@
+#ifndef UTIL_SIG_H
+#define UTIL_SIG_H
+
+void __db_util_siginit();
+int __db_util_interrupted();
+void __db_util_sigresend();
+#endif /* UTIL_SIG_H */