X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fuip%2Fuipopt.h;h=26411f6fdfee8460c72eef715bc2937062c46804;hb=f9bb3db89469169bb5775dc031d89e570c6fed70;hp=5acdefdab7ff28a2d278b7c47f840b8d2266f07c;hpb=7f1242bb4c55c23dd76c655b22f299f7472d3f5c;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.