~vorlon/ubuntu/raring/upstart/lp.1199778

« back to all changes in this revision

Viewing changes to init/cfgfile.h

  • Committer: Scott James Remnant
  • Date: 2006-10-11 16:55:27 UTC
  • Revision ID: scott@netsplit.com-20061011165527-01f4dd239bf9c879
* init/cfgfile.c, init/cfgfile.h, init/control.c, init/control.h,
init/event.c, init/event.h, init/job.c, init/job.h, init/main.c,
init/process.c: Clean up documentation strings and parent pointer
types.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
NIH_BEGIN_EXTERN
40
40
 
41
 
Job *cfg_read_job  (void *parent, const char *filename, const char *jobname);
 
41
Job *cfg_read_job  (const void *parent, const char *filename,
 
42
                    const char *jobname);
42
43
 
43
 
int  cfg_watch_dir (void *parent, const char *dirname, const char *prefix);
 
44
int  cfg_watch_dir (const void *parent, const char *dirname,
 
45
                    const char *prefix);
44
46
 
45
47
NIH_END_EXTERN
46
48