File include/query_command.h

  $Revision: 1.7 $

Query command module (qi)
Status: NOT REVUED, NOT TESTED
Included in: include/protocol_whois.h
  modules/pw/protocol_whois.c
  modules/pw/protocol_whois.h
  modules/qi/query_instructions.h

Included Files


Preprocessor definitions

#define READ_QUERY_COMMAND

#define USAGE


Typedef Query_command

typedef struct Query_command_t Query_command
struct Query_command_t 
   { 
     unsigned int a; 
     unsigned int g; 
     mask_t inv_attrs_bitmap; 
     unsigned int k; 
     unsigned int recursive; 
     unsigned int l; 
     unsigned int m; 
     GList* sources_list; 
     unsigned int t; 
     unsigned int v; 
     unsigned int F; 
     unsigned int L; 
     unsigned int M; 
     unsigned int R; 
     unsigned int S; 
     mask_t object_type_bitmap; 
     unsigned int V; 
     mask_t keytypes_bitmap; 
     char* keys; 
   }