X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fuip%2Fuipopt.h;h=26411f6fdfee8460c72eef715bc2937062c46804;hb=24fcab4d8b04686973b9318289d26c30c8873a38;hp=ce643560b2fc7245b68187cf37620b60b7347026;hpb=4b78b7d114f33ff94b1bba237c49084a05407f68;p=palacios.git diff --git a/palacios/include/uip/uipopt.h b/palacios/include/uip/uipopt.h index ce64356..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.1 2008/08/06 23:19:30 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.