start API cleanup by moving private headers and data structures into private/ include directory

This commit is contained in:
Moises Silva
2010-04-19 11:39:03 -04:00
parent 041a8f0d00
commit 73a80ba939
51 changed files with 1824 additions and 792 deletions

View File

@@ -31,7 +31,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "freetdm.h"
#include "private/ftdm_core.h"
#include "hashtable.h"
#include "hashtable_private.h"
#include <stdlib.h>