X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fuip%2Fuipopt.h;h=26411f6fdfee8460c72eef715bc2937062c46804;hb=86c94f9d9d98acdd2f057a35ce97f571742a4ecf;hp=5acdefdab7ff28a2d278b7c47f840b8d2266f07c;hpb=93c9f7ef881daf0c36915a9d6c6d3df10c045d10;p=palacios.git diff --git a/palacios/include/uip/uipopt.h b/palacios/include/uip/uipopt.h index 5acdefd..26411f6 100644 --- a/palacios/include/uip/uipopt.h +++ b/palacios/include/uip/uipopt.h @@ -53,7 +53,7 @@ * * This file is part of the uIP TCP/IP stack. * - * $Id: uipopt.h,v 1.2 2008/08/06 23:40:07 andrewlxia Exp $ + * $Id: uipopt.h,v 1.3 2008/08/13 20:12:18 andrewlxia Exp $ * */ @@ -431,7 +431,7 @@ * This function must be implemented by the module that uses uIP, and * is called by uIP whenever a log message is generated. */ -void uip_log(char *msg); +extern void uip_log(char *msg); //you should replace this by your own log function /** * The link level header length.