Various cleanups in opkg_remove.{c,h}
[oweals/opkg-lede.git] / libopkg / opkg_message.h
index e0182ddaa24e48278bc837a30fd23d1a9f787d17..2ca58d8664a1fb2480f7e4113d8796925c416945 100644 (file)
@@ -1,4 +1,4 @@
-/* opkg_message.h - the itsy package management system
+/* opkg_message.h - the opkg package management system
 
    Copyright (C) 2003 Daniele Nicolodi <daniele@grinta.net>
 
@@ -16,7 +16,6 @@
 #ifndef _OPKG_MESSAGE_H_
 #define _OPKG_MESSAGE_H_
 
-#include "opkg.h"
 #include "opkg_conf.h"
 
 typedef enum {
@@ -27,9 +26,6 @@ typedef enum {
      OPKG_DEBUG2,      /* more debug level message */
 } message_level_t;
 
-typedef int (*opkg_message_callback)(opkg_conf_t *conf, message_level_t level, 
-       char *msg);
-
 extern void opkg_message(opkg_conf_t *conf, message_level_t level, char *fmt, ...);
 
 #endif /* _OPKG_MESSAGE_H_ */