include/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 #ifdef __cplusplus
  18 }
  19 #endif
  20 
  21 GSList * take_objects(char * arg);
  22 
  23 char * replace_globals(const char * arg);
  24 
  25 GSList * get_updto_vector(GSList * mntners);
  26 
  27 char * delete_delete_attrib(char * arg);

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