src/server/util/pblock.h

changeset 556
b036ccad4b49
parent 386
b91f8efadb63
equal deleted inserted replaced
555:66b0accda0a8 556:b036ccad4b49
72 /* --- Begin function prototypes --- */ 72 /* --- Begin function prototypes --- */
73 73
74 #ifdef __cplusplus 74 #ifdef __cplusplus
75 extern "C" { 75 extern "C" {
76 #endif 76 #endif
77 77
78 NSAPI_PUBLIC pb_param *INTparam_create(const char *name, const char *value); 78 NSAPI_PUBLIC pb_param *INTparam_create(const char *name, const char *value);
79 79
80 NSAPI_PUBLIC int INTparam_free(pb_param *pp); 80 NSAPI_PUBLIC int INTparam_free(pb_param *pp);
81 81
82 NSAPI_PUBLIC pblock *INTpblock_create(int n); 82 NSAPI_PUBLIC pblock *INTpblock_create(int n);

mercurial