]> git.ipfire.org Git - thirdparty/lxc.git/commit
set function static
authorDaniel Lezcano <daniel.lezcano@free.fr>
Thu, 13 Jan 2011 15:15:15 +0000 (16:15 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 13 Jan 2011 15:15:15 +0000 (16:15 +0100)
commit8edcba11e9c24f7ba46d79518abee5bb13442256
treedb8f5f3dc0aef42c6e13496e07c55006d4858fe7
parent429a84f4ab9eb0e5b85b9fe94336c56746279b28
set function static

Set the function prototype to static as it is not exported and used
somewhere else in the code than this file.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/cgroup.c