blob: 5290dfa13bc4c5893fd311228030347be9aa320c [file] [log] [blame]
Joshua Brindle13cd4c82008-08-19 15:30:36 -04001#include <unistd.h>
2#include "selinux_internal.h"
3#include <stdlib.h>
4#include <errno.h>
5
Stephen Smalley9eb9c932014-02-19 09:16:17 -05006void freecon(char * con)
Joshua Brindle13cd4c82008-08-19 15:30:36 -04007{
8 free(con);
9}
10
11hidden_def(freecon)