~ubuntu-branches/ubuntu/quantal/lxc/quantal-201206191543

« back to all changes in this revision

Viewing changes to src/lxc/confile.h

  • Committer: Package Import Robot
  • Author(s): Daniel Baumann
  • Date: 2012-03-09 13:05:03 UTC
  • mto: (3.1.38 sid)
  • mto: This revision was merged to the branch mainline in revision 94.
  • Revision ID: package-import@ubuntu.com-20120309130503-j0prgw9tsp967bbv
Tags: upstream-0.8.0~rc1
ImportĀ upstreamĀ versionĀ 0.8.0~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22
22
 */
23
23
 
 
24
#ifndef _confile_h
 
25
#define _confile_h
 
26
 
24
27
struct lxc_conf;
25
28
struct lxc_list;
26
29
 
30
33
extern int lxc_config_define_add(struct lxc_list *defines, char* arg);
31
34
extern int lxc_config_define_load(struct lxc_list *defines,
32
35
                                  struct lxc_conf *conf);
 
36
 
 
37
/* needed for lxc-attach */
 
38
extern signed long lxc_config_parse_arch(const char *arch);
 
39
 
 
40
#endif