mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Oops. put a decl in a generated file. My bad, but fixed now.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@138845 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -24,6 +24,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
#include "asterisk/ael_structs.h"
|
||||
#include "asterisk/extconf.h"
|
||||
|
||||
struct ast_flags ast_compat = { 7 };
|
||||
|
||||
/*** MODULEINFO
|
||||
<depend>res_ael_share</depend>
|
||||
***/
|
||||
|
@@ -55,6 +55,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
#include "asterisk/pval.h"
|
||||
#include "asterisk/extconf.h"
|
||||
|
||||
struct ast_flags ast_compat = { 7 };
|
||||
const char *ast_config_AST_CONFIG_DIR = "/etc/asterisk"; /* placeholder */
|
||||
|
||||
void get_start_stop(unsigned int *word, int bitsperword, int totalbits, int *start, int *end);
|
||||
|
Reference in New Issue
Block a user