Expose freeproc for libproc

freeproc was missing from the libproc API which meant while you could
allocate proc structures, you couldn't free them!

Bug-Debian: http://bugs.debian.org/681653
This commit is contained in:
Craig Small
2013-01-01 13:13:44 +11:00
parent 84c89e06af
commit f7c418155a
3 changed files with 4 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ global:
escape_strlist;
escaped_copy;
free_slabinfo;
freeproc;
get_pid_digits;
get_slabinfo;
getbtime;