~ubuntu-branches/ubuntu/vivid/postfix/vivid-proposed

« back to all changes in this revision

Viewing changes to src/global/match_service.h

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2012-03-20 13:47:16 UTC
  • mfrom: (1.1.33)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: package-import@ubuntu.com-20120320134716-v7ab94fmor2z9pvp
Tags: upstream-2.9.1
ImportĀ upstreamĀ versionĀ 2.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 /* External interface. */
15
15
 
16
16
extern ARGV *match_service_init(const char *);
 
17
extern ARGV *match_service_init_argv(char **);
17
18
extern int match_service_match(ARGV *, const char *);
18
19
extern void match_service_free(ARGV *);
19
20