~ubuntu-branches/ubuntu/trusty/pure-ftpd/trusty

« back to all changes in this revision

Viewing changes to src/privsep_p.h

  • Committer: Package Import Robot
  • Author(s): Stefan Hornburg (Racke)
  • Date: 2011-12-04 07:57:06 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20111204075706-slu0ufqf95t3mq8v
Tags: 1.0.35-1
* New upstream release, fixes quote miscalculation.
* Add Debconf translation for Danish (Closes: #633986, thanks to Joe
  Dalton <joedalton2@yahoo.dk>).

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
typedef enum PrivSepCmd_ {
23
23
    PRIVSEPCMD_NONE, 
24
24
    PRIVSEPCMD_ANSWER_ERROR, PRIVSEPCMD_ANSWER_FD,
25
 
    PRIVSEPCMD_BINDRESPORT, PRIVSEPCMD_ANSWER_BINDRESPORT,
 
25
    PRIVSEPCMD_BINDRESPORT, PRIVSEPCMD_ANSWER_BINDRESPORT
26
26
#ifdef FTPWHO
 
27
    ,
27
28
    PRIVSEPCMD_REMOVEFTPWHOENTRY, PRIVSEPCMD_ANSWER_REMOVEFTPWHOENTRY
28
29
#endif
29
30
} PrivSepCmd;