Skip to content
Snippets Groups Projects
Commit 64f484d7 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Move include/inifile.h to include/fsutils/inifile.h

parent 27a55f36
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ Syntax
Programming Interfaces
======================
See apps/include/inifile.h for interfaces supported by the INI file parser.
See apps/include/fsutils/inifile.h for interfaces supported by the INI file parser.
Test Program
============
......
......@@ -44,7 +44,7 @@
#include <string.h>
#include <debug.h>
#include <apps/inifile.h>
#include <apps/fsutils/inifile.h>
/****************************************************************************
* Pre-processor Definitions
......
......@@ -49,7 +49,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <apps/inifile.h>
#include <apps/fsutils/inifile.h>
/****************************************************************************
* Pre-processor Definitions
......
/****************************************************************************
* apps/include/inifile.h
* apps/include/fsutils/inifile.h
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
......@@ -33,8 +33,8 @@
*
****************************************************************************/
#ifndef __APPS_INCLUDE_INIFILE_H
#define __APPS_INCLUDE_INIFILE_H
#ifndef __APPS_INCLUDE_FSUTILS_INIFILE_H
#define __APPS_INCLUDE_FSUTILS_INIFILE_H
/****************************************************************************
* Included Files
......@@ -135,4 +135,4 @@ void inifile_free_string(FAR char *value);
}
#endif
#endif /* __APPS_INCLUDE_INIFILE_H */
#endif /* __APPS_INCLUDE_FSUTILS_INIFILE_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment