Fix file name in loaddelivery client
[libisds.git] / client / common.h
blob4032b06ff13378322073ddd8f5f923b5a8d90ed9
1 #ifndef __COMMON_H__
2 #define __COMMON_H__
4 #include <isds.h>
6 extern char url[];
7 extern char username[];
8 extern char password[];
10 void print_DbState(const long int state);
11 void print_DbOwnerInfo(const struct isds_DbOwnerInfo *info);
12 void print_hash(const struct isds_hash *hash);
13 void print_envelope(const struct isds_envelope *envelope);
14 void print_message(const struct isds_message *message);
16 #endif