Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Justin Wozniak
codes
Commits
b3072f0b
Commit
b3072f0b
authored
Jun 14, 2016
by
Jonathan Jenkins
Committed by
Justin Wozniak
Jun 15, 2016
Browse files
promote configfile to public API
parent
213763e6
Changes
7
Hide whitespace changes
Inline
Side-by-side
src/modelconfig
/configfile.h
→
codes
/configfile.h
View file @
b3072f0b
File moved
src/Makefile.subdir
View file @
b3072f0b
...
...
@@ -91,7 +91,8 @@ nobase_include_HEADERS = \
codes/net/loggp.h
\
codes/net/simplenet-upd.h
\
codes/net/simplep2p.h
\
codes/net/torus.h
codes/net/torus.h
\
codes/configfile.h
#codes/codes-nw-workload.h
...
...
@@ -114,7 +115,6 @@ src_libcodes_a_SOURCES = \
src/modelconfig/configfile.c
\
src/modelconfig/configglue.h
\
src/modelconfig/configglue.c
\
src/modelconfig/configfile.h
\
src/modelconfig/configstore.h
\
src/modelconfig/configstore.c
\
src/modelconfig/configstoreadapter.h
\
...
...
src/modelconfig/configfile.c
View file @
b3072f0b
...
...
@@ -15,7 +15,7 @@
#include <stdlib.h>
#endif
#include
"
configfile.h
"
#include
<codes/
configfile.h
>
#include "txt_configfile.h"
static
int
cf_equal_helper
(
struct
ConfigVTable
*
h1
,
SectionHandle
s1
,
struct
ConfigVTable
*
h2
,
...
...
src/modelconfig/configglue.h
View file @
b3072f0b
...
...
@@ -9,7 +9,7 @@
/* Common header for parser and lexer */
#include
"
configfile.h
"
#include
<codes/
configfile.h
>
typedef
struct
...
...
src/modelconfig/configstoreadapter.h
View file @
b3072f0b
...
...
@@ -7,7 +7,7 @@
#ifndef SRC_COMMON_MODELCONFIG_CONFIGSTOREADAPTER_H
#define SRC_COMMON_MODELCONFIG_CONFIGSTOREADAPTER_H
#include
"
configfile.h
"
#include
<codes/
configfile.h
>
#include "configstore.h"
#ifdef __cplusplus
...
...
src/modelconfig/configuration.c
View file @
b3072f0b
...
...
@@ -13,7 +13,7 @@
#include "codes/configuration.h"
#include <ross.h>
#include
"
configfile.h
"
#include
<codes/
configfile.h
>
#include "txt_configfile.h"
/*
...
...
src/modelconfig/txt_configfile.h
View file @
b3072f0b
...
...
@@ -9,7 +9,7 @@
#include <stdio.h>
#include
"
configfile.h
"
#include
<codes/
configfile.h
>
#ifdef __cplusplus
extern
"C"
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment