modules/up/UP_util.h

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

FUNCTIONS

This source file includes following functions.

   1 #ifdef __cplusplus
   2 extern "C" {
   3 #endif
   4 
   5 GSList *get_attr_list(char * object, char * attr_type);
   6 
   7 GSList * get_mntnfy_vector(GSList * mntners);
   8 
   9 GSList *get_mntners(char * object);
  10 
  11 char * send_and_get(char * host, int port, char * arg);
  12 
  13 char * find_email_address(const char * from_line);
  14 
  15 char * get_class_type_char(char * object);
  16 
  17 char * UP_remove_EOLs(char * arg);
  18 
  19 char * UP_replace_strings(char * str, const char * erase_str, const char * insert_str);
  20 
  21 char * UP_put_assigned_NIC(char * arg, const char * assigned_NIC);
  22 
  23 char * UP_get_current_date();
  24 
  25 char * UP_filter_out_same_origins(char * objects, char * object);
  26 
  27 int UP_is_object(const char * arg);
  28 
  29 #ifdef __cplusplus
  30 }
  31 #endif
  32 
  33 GSList * take_objects(char * arg);
  34 
  35 char * UP_replace_globals(const char * arg);
  36 
  37 GSList * get_updto_vector(GSList * mntners);
  38 
  39 char * delete_delete_attrib(char * arg);
  40 
  41 char * delete_override(char * arg);

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