dect
/
asterisk
Archived
13
0
Fork 0

Return GSM to a state where it actually builds under dev mode.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@55352 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
file 2007-02-18 19:13:17 +00:00
parent 8adf5e3aa6
commit 5623241a75
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@
#ifndef PROTO_H
#define PROTO_H
#if __cplusplus
#ifdef __cplusplus
# define NeedFunctionPrototypes 1
#endif
#if __STDC__
#ifdef __STDC__
# define NeedFunctionPrototypes 1
#endif