~ubuntu-branches/ubuntu/maverick/postfix/maverick-security

« back to all changes in this revision

Viewing changes to src/util/argv.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Wietse Venema, LaMont Jones
  • Date: 2009-06-03 14:17:08 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090603141708-o9u59xlor7nmd2x1
[Wietse Venema]

* New upstream release: 2.6.2~rc1

[LaMont Jones]

* move postfix-add-{filter,policy} manpages to section 8, and deliver
* provide: default-mta on ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
extern ARGV *argv_free(ARGV *);
29
29
 
30
30
extern ARGV *argv_split(const char *, const char *);
 
31
extern ARGV *argv_split_count(const char *, const char *, ssize_t);
31
32
extern ARGV *argv_split_append(ARGV *, const char *, const char *);
32
33
 
33
34
#define ARGV_END        ((char *) 0)