Commit 5ecf89e5 authored by Loïc Minier's avatar Loïc Minier

* missing top static declaration was giving a warning

parent 92a24566
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* configuration.c management of the modules configuration * configuration.c management of the modules configuration
***************************************************************************** *****************************************************************************
* Copyright (C) 2001 VideoLAN * Copyright (C) 2001 VideoLAN
* $Id: configuration.c,v 1.62 2003/08/14 19:25:56 sigmunau Exp $ * $Id: configuration.c,v 1.63 2003/08/23 14:26:34 lool Exp $
* *
* Authors: Gildas Bazin <gbazin@netcourrier.com> * Authors: Gildas Bazin <gbazin@netcourrier.com>
* *
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
static int ConfigStringToKey( char * ); static int ConfigStringToKey( char * );
static char *ConfigKeyToString( int );
/***************************************************************************** /*****************************************************************************
* config_GetType: get the type of a variable (bool, int, float, string) * config_GetType: get the type of a variable (bool, int, float, string)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment