File include/stubs.h

  $Revision: 1.7 $

stubs.h - header file with things defined just to provisionally fix the TBDs.
Status: NOT REVUED, TESTED, INCOMPLETE
Design and implementation by: Marek Bukowy
Included in: include/sk.h
  modules/er/er_macro.c
  modules/nh/nh.c
  modules/pm/protocol_mirror.c
  modules/pw/protocol_whois.c
  modules/qi/query_instructions.c
  modules/sk/cd_socket.c
  modules/sk/sk.h
  modules/sk/sk_socket.c
  modules/ta/ta.h

Included Files


Preprocessor definitions

#define _STUBS_H

#define STUB( a )

#define CMP_EQUAL 0

#define STRUCT_EQUAL( a, b )

#define die

#define dieif( a )

#define SQL_TBLNAM_MAX 32

#define SQ_NOKEY 0L

#define strsep( a, b )


Typedef sql_tblnam_t

typedef struct {...} sql_tblnam_t
struct 
   { 
     char val[32]; 
   } 

Typedef sql_key_t

typedef long sql_key_t