Go to the documentation of this file.00001
00031 #ifndef _SQL_VAR_H_
00032 #define _SQL_VAR_H_
00033
00034 #include "../../pvar.h"
00035
00036 int pv_get_dbr(struct sip_msg *msg, pv_param_t *param,
00037 pv_value_t *res);
00038 int pv_parse_dbr_name(pv_spec_p sp, str *in);
00039
00040 #endif