~ubuntu-branches/ubuntu/wily/dovecot/wily

« back to all changes in this revision

Viewing changes to src/master/common.h

  • Committer: Package Import Robot
  • Author(s): Jaldhar H. Vyas
  • Date: 2013-09-09 00:57:32 UTC
  • mfrom: (1.13.11)
  • mto: (4.8.5 experimental) (1.16.1)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: package-import@ubuntu.com-20130909005732-dn1eell8srqbhh0e
Tags: upstream-2.2.5
ImportĀ upstreamĀ versionĀ 2.2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
extern int null_fd, global_master_dead_pipe_fd[2];
13
13
extern struct service_list *services;
14
14
 
15
 
void process_exec(const char *cmd, const char *extra_args[]) ATTR_NORETURN;
 
15
void process_exec(const char *cmd, const char *extra_args[])
 
16
        ATTR_NORETURN ATTR_NULL(2);
16
17
 
17
18
int get_uidgid(const char *user, uid_t *uid_r, gid_t *gid_r,
18
19
               const char **error_r);