summaryrefslogtreecommitdiff
path: root/sqmail-4.3.07/src/include/prioq.h
diff options
context:
space:
mode:
Diffstat (limited to 'sqmail-4.3.07/src/include/prioq.h')
-rw-r--r--sqmail-4.3.07/src/include/prioq.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/sqmail-4.3.07/src/include/prioq.h b/sqmail-4.3.07/src/include/prioq.h
deleted file mode 100644
index 3547b1c..0000000
--- a/sqmail-4.3.07/src/include/prioq.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef PRIOQ_H
-#define PRIOQ_H
-
-#include "datetime.h"
-#include "genalloc.h"
-
-struct prioq_elt { datetime_sec dt; unsigned long id; } ;
-
-GEN_ALLOC_typedef(prioq,struct prioq_elt,p,len,a)
-
-int prioq_insert();
-int prioq_min();
-void prioq_delmin();
-
-#endif