Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


updated header files for link errors
[palacios.git] / palacios / include / uip / uip-conf.h
index a0fc082..17a5d5e 100644 (file)
@@ -42,7 +42,7 @@
  *
  * This file is part of the uIP TCP/IP stack
  *
- * $Id: uip-conf.h,v 1.2 2008/08/06 23:40:07 andrewlxia Exp $
+ * $Id: uip-conf.h,v 1.3 2008/08/13 20:12:18 andrewlxia Exp $
  */
 
 /**
 #define __UIP_CONF_H__
 
 
-int uip_appcall(void){
+extern int appcall(void);
 
-       return 0;
-}
-
-#define UIP_APPCALL  uip_appcall    //application function
+#define UIP_APPCALL  appcall    //application function
 //#define UIP_UDP_APPCALL  uip_appcall