Skip to content

Commit

Permalink
move utils.h #endif to end of file
Browse files Browse the repository at this point in the history
Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
  • Loading branch information
Tycho Andersen authored and stgraber committed Aug 14, 2015
1 parent 913d94f commit cec5542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/utils.h
Expand Up @@ -275,8 +275,8 @@ extern bool dir_exists(const char *path);

#define FNV1A_64_INIT ((uint64_t)0xcbf29ce484222325ULL)
uint64_t fnv_64a_buf(void *buf, size_t len, uint64_t hval);
#endif

int detect_shared_rootfs(void);
int detect_ramfs_rootfs(void);
char *on_path(char *cmd);
#endif /* __LXC_UTILS_H */

0 comments on commit cec5542

Please sign in to comment.