[asterisk-commits] branch rizzo/base r10194 - /team/rizzo/base/include/asterisk/config.h

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Feb 15 05:58:31 MST 2006


Author: rizzo
Date: Wed Feb 15 06:58:29 2006
New Revision: 10194

URL: http://svn.digium.com/view/asterisk?rev=10194&view=rev
Log:
remove duplicate prototype


Modified:
    team/rizzo/base/include/asterisk/config.h

Modified: team/rizzo/base/include/asterisk/config.h
URL: http://svn.digium.com/view/asterisk/team/rizzo/base/include/asterisk/config.h?rev=10194&r1=10193&r2=10194&view=diff
==============================================================================
--- team/rizzo/base/include/asterisk/config.h (original)
+++ team/rizzo/base/include/asterisk/config.h Wed Feb 15 06:58:29 2006
@@ -187,17 +187,6 @@
 
 struct ast_config *ast_config_internal_load(const char *configfile, struct ast_config *cfg);
 
-/*
- * helper functions to load values from strings.
- * In all cases, the return value is 0 on success, -1 on error.
- */
-
-/*! \brief Set *dst to the value in the string, or to _default on error.
- * Returns -1 on error, 0 on success.
- * In the future the syntax may be extended to parse other time specifications.
- */
-int ast_get_time_t(const char *src, time_t *dst, time_t _default);
-
 #if defined(__cplusplus) || defined(c_plusplus)
 }
 #endif



More information about the asterisk-commits mailing list