include/rip.h

/* [<][>][^][v][top]
[bottom][index][help] */

FUNCTIONS

This source file includes following functions.

   1 #ifndef RIP_H
   2 #define RIP_H
   3 
   4 /***************************************
   5   Copyright (c) 2001, 2002                        RIPE NCC
   6  
   7   All Rights Reserved
   8   
   9   Permission to use, copy, modify, and distribute this software and its
  10   documentation for any purpose and without fee is hereby granted,
  11   provided that the above copyright notice appear in all copies and that
  12   both that copyright notice and this permission notice appear in
  13   supporting documentation, and that the name of the author not be
  14   used in advertising or publicity pertaining to distribution of the
  15   software without specific, written prior permission.
  16   
  17   THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  18   ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS; IN NO EVENT SHALL
  19   AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
  20   DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
  21   AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  22   OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  23   ***************************************/
  24 
  25 /* config.h must be first */
  26 #include <config.h>
  27 
  28 /* Include these here to avoid warnings on FreeBSD. */
  29 /* <sys/param.h> and <glib.h> both define MIN, but <glib.h> uses #undef */
  30 /* first, so there are no errors or warnings if it is included second.  */
  31 #include <sys/param.h>
  32 #include <glib.h>
  33 
  34 #include "AU_util.h"
  35 #include "aa.h"
  36 #include "access_control.h"
  37 #include "bitmask.h"
  38 #include "ca_adminAttribs.h"
  39 #include "ca_configFns.h"
  40 #include "ca_defs.h"
  41 #include "ca_dictionary.h"
  42 /*#include "ca_libs.h"*/   /* the status of the ca_libs.h file is unknown */
  43 #include "ca_macros.h"
  44 #include "ca_srcAttribs.h"
  45 /*#include "ca_syms.h"*/   /* illegal to use both this and ca_dictionary */
  46 #include "comparisons.h"
  47 #include "constants.h"
  48 #include "defs.h"
  49 #include "er_arrays.h"
  50 #include "er_aspects.h"
  51 #include "er_facilities.h"
  52 #include "er_formats.h"
  53 #include "er_macro.h"
  54 #include "er_paths.h"
  55 #include "er_yacc_helper.h"
  56 #include "erroutines.h"
  57 #include "fdwrap.h"
  58 #include "mg_getopt.h"
  59 #include "globaldefs.h"
  60 #include "gpg.h"
  61 #include "inet6def.h"
  62 #include "iproutines.h"
  63 #include "mail_parser.h"
  64 #include "memwrap.h"
  65 #include "mm.h"
  66 #include "mysql_driver.h"
  67 #include "nh.h"
  68 #include "notification.h"
  69 #include "numconv.h"
  70 #include "pc_commands.h"
  71 #include "properties.h"
  72 #include "protocol_config.h"
  73 #include "protocol_mirror.h"
  74 #include "protocol_whois.h"
  75 #include "query_command.h"
  76 #include "query_instructions.h"
  77 #include "rp.h"
  78 #include "rxroutines.h"
  79 #include "server.h"
  80 #include "sk.h"
  81 #include "stubs.h"
  82 #include "syntax_api.h"
  83 #include "ta.h"
  84 #include "thread.h"
  85 #include "timediff.h"
  86 #include "ud.h"
  87 #include "ud_int.h"
  88 #include "ud_tr.h"
  89 #include "ut_string.h"
  90 #include "wh_queries.h"
  91 #include "which_keytypes.h"
  92 
  93 #ifdef __cplusplus
  94 #include "UP_extrnl_syntax.h"
  95 #include "UP_subject.h"
  96 #include "UP_util.h"
  97 #include "ack.h"
  98 #include "dbupdate.h"
  99 #endif
 100 
 101 #endif /* RIP_H */

/* [<][>][^][v][top][bottom][index][help] */