~ubuntu-branches/ubuntu/saucy/postfix/saucy

« back to all changes in this revision

Viewing changes to src/util/listen.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2011-02-22 11:20:43 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110222112043-c34ht219w3ybrilr
Tags: 2.8.0-2
* a little more lintian cleanup
* Fix missing format strings in smtp-sink.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
extern int fifo_listen(const char *, int, int);
25
25
extern int stream_listen(const char *, int, int);
26
26
 
27
 
#define upass_listen(path, mode, log) unix_listen((path), (mode), (log))
 
27
#define unix_pass_listen        unix_listen
 
28
#define stream_pass_listen      stream_listen
28
29
 
29
30
extern int inet_accept(int);
30
31
extern int unix_accept(int);
31
32
extern int stream_accept(int);
32
 
extern int upass_accept(int);
 
33
extern int unix_pass_accept(int);
 
34
 
 
35
#define stream_pass_accept      stream_accept
33
36
 
34
37
/* LICENSE
35
38
/* .ad