X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/2fe58dfd10216a37f1ece081f926971882de112e..794f2398b8fe84bf398bb10d6eeca6fe6737f65f:/util.h diff --git a/util.h b/util.h index a43cb08..d272a59 100644 --- a/util.h +++ b/util.h @@ -7,15 +7,9 @@ #ifndef util_h #define util_h -#include -#include #include "secnet.h" -#include "config.h" #include -extern uint32_t message_level; -extern uint32_t syslog_level; - #define BUF_ASSERT_FREE(buf) do { buffer_assert_free((buf), \ __FILE__,__LINE__); } \ while(0) @@ -40,8 +34,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);