~ubuntu-branches/ubuntu/hardy/postfix/hardy-security

« back to all changes in this revision

Viewing changes to src/milter/milter.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2007-04-15 16:00:44 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20070415160044-xl1vjlhf9mdmf43a
Tags: 2.4.0-3
Have preinst get user approval before installing (and being broken) on a
pre-2.6 kernel.  Closes: #417530

Show diffs side-by-side

added added

removed removed

Lines of Context:
280
280
                        const char *(*del_header) (void *, ssize_t, char *),
281
281
                                   const char *(*add_rcpt) (void *, char *),
282
282
                                   const char *(*del_rcpt) (void *, char *),
283
 
                               const char *(*repl_body) (void *, VSTRING *),
 
283
                          const char *(*repl_body) (void *, int, VSTRING *),
284
284
                                     void *chg_context)
285
285
{
286
286
    milters->add_header = add_header;