Ignore:
Timestamp:
Feb 22, 2006 10:10:42 PM (18 years ago)
Author:
bennylp
Message:

Started errno framework in pjlib-util

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/include/pjlib-util.h

    r166 r217  
    1717 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    1818 */ 
     19#ifndef __PJLIB_UTIL_H__ 
     20#define __PJLIB_UTIL_H__ 
     21 
     22#include <pjlib-util/errno.h> 
    1923#include <pjlib-util/md5.h> 
    2024#include <pjlib-util/scanner.h> 
    2125#include <pjlib-util/stun.h> 
    2226#include <pjlib-util/xml.h> 
     27 
     28 
     29PJ_BEGIN_DECL 
     30 
     31/** 
     32 * Initialize PJLIB UTIL (defined in errno.c) 
     33 * 
     34 * @return PJ_SUCCESS on success. 
     35 */ 
     36PJ_DECL(pj_status_t) pjlib_util_init(void); 
     37 
     38 
     39PJ_END_DECL 
     40 
     41 
     42#endif  /* __PJLIB_UTIL_H__ */ 
Note: See TracChangeset for help on using the changeset viewer.