~ubuntu-branches/debian/sid/postfix/sid

« back to all changes in this revision

Viewing changes to src/global/db_common.h

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2012-03-20 13:47:16 UTC
  • mfrom: (1.1.34) (39.1.16 trunk)
  • Revision ID: package-import@ubuntu.com-20120320134716-o62kosz3odzt1rh6
Tags: 2.9.1-2
Drop unnecessary openssl check, since sonames will save us.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
typedef void (*db_quote_callback_t)(DICT *, const char *, VSTRING *);
22
22
 
23
23
extern int db_common_parse(DICT *, void **, const char *, int);
 
24
extern void *db_common_alloc(DICT *);
24
25
extern void db_common_parse_domain(CFG_PARSER *, void *);
25
26
extern int db_common_dict_partial(void *);
26
27
extern int db_common_expand(void *, const char *, const char *,