port iniparser code for iRobotwithWIFI

Fork of iniparser by Toby Harris

Revision:
1:452fd0d30ac6
Parent:
0:1a9f9f36242e
--- a/iniparser.h	Mon Sep 17 00:33:09 2012 +0000
+++ b/iniparser.h	Tue Dec 10 02:16:00 2013 +0000
@@ -7,8 +7,6 @@
 */
 /*--------------------------------------------------------------------------*/
 
-#ifndef _INIPARSER_H_
-#define _INIPARSER_H_
 
 /*---------------------------------------------------------------------------
                                 Includes
@@ -304,4 +302,3 @@
 /*--------------------------------------------------------------------------*/
 void iniparser_freedict(dictionary * d);
 
-#endif