aboutsummaryrefslogtreecommitdiff
path: root/src/survive_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/survive_internal.h')
-rw-r--r--src/survive_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/survive_internal.h b/src/survive_internal.h
index 86b119f..9120f41 100644
--- a/src/survive_internal.h
+++ b/src/survive_internal.h
@@ -16,7 +16,8 @@
void * GetDriver( const char * name );
const char * GetDriverNameMatching( const char * prefix, int place );
void ListDrivers();
-
+void *GetDriverByConfig(SurviveContext *ctx, const char *name, const char *configname, const char *configdef,
+ int verbose);
#endif