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

« back to all changes in this revision

Viewing changes to upstart/enum.h

  • Committer: Scott James Remnant
  • Date: 2007-02-03 12:17:14 UTC
  • Revision ID: scott@netsplit.com-20070203121714-twccuhjmz5mjzrhx
* upstart/job.c, upstart/job.h, upstart/tests/test_job.c: Rename to
enum.c, enum.h and tests/test_enum.c; since this just includes enums
and convert functions really.
* upstart/Makefile.am: Update.
* upstart/libupstart.h: Update include.
* upstart/tests/test_message.c: Update include.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* upstart
2
2
 *
3
 
 * Copyright © 2006 Canonical Ltd.
 
3
 * Copyright © 2007 Canonical Ltd.
4
4
 * Author: Scott James Remnant <scott@ubuntu.com>.
5
5
 *
6
6
 * This program is free software; you can redistribute it and/or modify
18
18
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
19
19
 */
20
20
 
21
 
#ifndef UPSTART_JOB_H
22
 
#define UPSTART_JOB_H
 
21
#ifndef UPSTART_ENUM_H
 
22
#define UPSTART_ENUM_H
23
23
 
24
24
#include <nih/macros.h>
25
25
 
116
116
 
117
117
NIH_END_EXTERN
118
118
 
119
 
#endif /* UPSTART_JOB_H */
 
119
#endif /* UPSTART_ENUM_H */