]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/lxc_clone.c
Mark functions as static and arguments/arrays as const where possible
[mirror_lxc.git] / src / lxc / lxc_clone.c
index 3354809ea04a932b1c532808fa53ec1e00039984..8e8cd46407f35b5a65d61c14e7fa6af2b0ed5a40 100644 (file)
@@ -58,7 +58,7 @@ static unsigned long get_fssize(char *s)
        return ret;
 }
 
-void usage(const char *me)
+static void usage(const char *me)
 {
        printf("Usage: %s [-s] [-B backingstore] [-L size] [-K] [-M] [-H]\n", me);
        printf("          [-p lxcpath] [-P newlxcpath] orig new\n");