chiark / gitweb /
Import release 0.1.13
[secnet.git] / util.h
diff --git a/util.h b/util.h
index bb298f6d3aa151cc23e74404ca39cc782c1debc9..878d6653e22fe824a03a8cf25f19f8d6d94d2d40 100644 (file)
--- a/util.h
+++ b/util.h
@@ -1,18 +1,9 @@
-/* $Log: util.h,v $
- * Revision 1.1  1996/03/14 17:05:12  sde1000
- * Initial revision
- *
- */
-
 #ifndef util_h
 #define util_h
 
 #include "secnet.h"
 #include <gmp.h>
 
-extern uint32_t message_level;
-extern uint32_t syslog_level;
-
 #define BUF_ASSERT_FREE(buf) do { buffer_assert_free((buf), \
                                                     __FILE__,__LINE__); } \
 while(0)
@@ -37,8 +28,6 @@ extern void *buf_unprepend(struct buffer_if *buf, uint32_t amount);
 
 extern void buf_append_string(struct buffer_if *buf, string_t s);
 
-extern void enter_phase(uint32_t new_phase);
-
 extern void read_mpbin(MP_INT *a, uint8_t *bin, int binsize);
 
 extern char *write_mpstring(MP_INT *a);