[svn-commits] qwell: branch group/ast_storage r48063 - /team/group/ast_storage/res/

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Nov 27 12:00:00 MST 2006


Author: qwell
Date: Mon Nov 27 13:00:00 2006
New Revision: 48063

URL: http://svn.digium.com/view/asterisk?view=rev&rev=48063
Log:
oops - let's define this function properly..

Modified:
    team/group/ast_storage/res/res_storage_file.c

Modified: team/group/ast_storage/res/res_storage_file.c
URL: http://svn.digium.com/view/asterisk/team/group/ast_storage/res/res_storage_file.c?view=diff&rev=48063&r1=48062&r2=48063
==============================================================================
--- team/group/ast_storage/res/res_storage_file.c (original)
+++ team/group/ast_storage/res/res_storage_file.c Mon Nov 27 13:00:00 2006
@@ -46,7 +46,7 @@
 	return 0;
 }
 
-static int se_parseoptions_file(int blah) {
+static int se_parseoptions_file(const char *var, const char *value) {
 	return 0;
 }
 



More information about the svn-commits mailing list