aboutsummaryrefslogtreecommitdiff
path: root/src/survive_internal.h
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-03-08 15:30:19 -0700
committerJustin Berger <j.david.berger@gmail.com>2018-03-08 15:30:19 -0700
commita90f380359b719befb96af624260057848e95dce (patch)
tree7d9e7e8212e1581e76328ee5b98b607e5a5812a4 /src/survive_internal.h
parent5aa1b9214745a625ab644846ada3034e7c38f493 (diff)
downloadlibsurvive-a90f380359b719befb96af624260057848e95dce.tar.gz
libsurvive-a90f380359b719befb96af624260057848e95dce.tar.bz2
Refactoring to reuse code standard to htc json format
Diffstat (limited to 'src/survive_internal.h')
-rw-r--r--src/survive_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/survive_internal.h b/src/survive_internal.h
index e1a733d..86b119f 100644
--- a/src/survive_internal.h
+++ b/src/survive_internal.h
@@ -17,6 +17,7 @@ void * GetDriver( const char * name );
const char * GetDriverNameMatching( const char * prefix, int place );
void ListDrivers();
+
#endif