API modified to Connect Remote Host
diff --git a/nlsr.h b/nlsr.h
index 69e82dd..a53cc2b 100644
--- a/nlsr.h
+++ b/nlsr.h
@@ -16,6 +16,8 @@
 #define NAME_LSA_VALID 1
 #define NAME_LSA_INVALID 0
 
+#define API_PORT 9696
+
 
 struct name_prefix
 {
@@ -86,6 +88,7 @@
 
 	int nlsr_api_server_sock_fd;
 	fd_set readfds;
+	int api_port;
 	
 };