solaris porting

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4984 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-04-20 03:51:00 +00:00
parent 2266c9b89e
commit 5bcc83f32b
9 changed files with 22 additions and 146 deletions

View File

@@ -55,9 +55,7 @@ PL_Base64Decode;
PL_Base64Encode;
PL_CreateOptState;
PL_DestroyOptState;
PL_FPrintError;
PL_GetNextOpt;
PL_PrintError;
PL_strcasecmp;
PL_strcaserstr;
PL_strcasestr;

View File

@@ -46,6 +46,7 @@
#include "prprf.h"
#include "prerror.h"
#if 0
PR_IMPLEMENT(void) PL_FPrintError(PRFileDesc *fd, const char *msg)
{
static const char *tags[] =
@@ -148,7 +149,7 @@ PR_IMPLEMENT(void) PL_PrintError(const char *msg)
if (NULL == fd) fd = PR_GetSpecialFD(PR_StandardError);
PL_FPrintError(fd, msg);
} /* PL_PrintError */
#endif
#if defined(WIN16)
/*
** libmain() is a required function for win16