/usr/include/re/re.h is in libre-dev 0.5.6-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | /**
* @file re.h Wrapper for all header files
*
* Copyright (C) 2010 Creytiv.com
*/
#ifndef RE_H__
#define RE_H__
#ifdef __cplusplus
extern "C" {
#endif
/* Basic types */
#include "re_types.h"
#include "re_fmt.h"
#include "re_mbuf.h"
#include "re_msg.h"
#include "re_list.h"
#include "re_sa.h"
/* Library modules */
#include "re_aes.h"
#include "re_base64.h"
#include "re_bfcp.h"
#include "re_conf.h"
#include "re_crc32.h"
#include "re_dns.h"
#include "re_hash.h"
#include "re_hmac.h"
#include "re_http.h"
#include "re_httpauth.h"
#include "re_ice.h"
#include "re_jbuf.h"
#include "re_lock.h"
#include "re_main.h"
#include "re_md5.h"
#include "re_mem.h"
#include "re_mod.h"
#include "re_mqueue.h"
#include "re_net.h"
#include "re_odict.h"
#include "re_json.h"
#include "re_rtp.h"
#include "re_sdp.h"
#include "re_uri.h"
#include "re_sip.h"
#include "re_sipevent.h"
#include "re_sipreg.h"
#include "re_sipsess.h"
#include "re_stun.h"
#include "re_natbd.h"
#include "re_srtp.h"
#include "re_sys.h"
#include "re_tcp.h"
#include "re_telev.h"
#include "re_tmr.h"
#include "re_tls.h"
#include "re_turn.h"
#include "re_udp.h"
#include "re_websock.h"
#ifdef __cplusplus
}
#endif
#endif
|