~serge-hallyn/ubuntu/natty/lxc/lxc-clone

« back to all changes in this revision

Viewing changes to src/lxc/utils.h

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2010-06-28 10:15:48 UTC
  • mfrom: (1.2.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20100628101548-mtmloxk8n4ro2wvw
* New upstream version
* Convert to quilt format
* Use pristine-tar option in git-buildpackage
* lxc-$distro scripts (debian, fedora, sshd, ubuntu, busybox) are now
  shipped under /usr/lib/lxc/lxc/templates/
* Bump up standards version

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
#endif
52
52
 
53
53
extern int lxc_copy_file(const char *src, const char *dst);
54
 
extern int lxc_close_inherited_fd(int fd);
55
 
extern int lxc_close_all_inherited_fd(void);
56
54
extern int lxc_setup_fs(void);
57
55
extern int get_u16(ushort *val, const char *arg, int base);
 
56
extern int mkdir_p(const char *dir, mode_t mode);