Clean up the code. Manage the reconnection. Use the lwip error, insted
[bertos.git] / bertos / mware / observer.h
index 39d33d68d4771c13fe2d24e4d4fb92e3eec3dd23..9d1bc6fbb7f20bf62feed3fe8e28737560576f4a 100644 (file)
  *
  * \brief Simple notifier for the subject/observer pattern (interface)
  *
- * \version $Id$
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  */
 #ifndef MWARE_OBSERVER_H
 #define MWARE_OBSERVER_H
 
-#include <mware/list.h>
+#include <struct/list.h>
 
 /**
  *