OSDN Git Service

ext4_utils: Export headers for libext4_utils* libs.
[android-x86/system-extras.git] / ext4_utils / include / ext4_utils / key_control.h
similarity index 93%
rename from ext4_utils/key_control.h
rename to ext4_utils/include/ext4_utils/key_control.h
index 748c32d..fe6a6b5 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _KEY_CONTROL_H_
+#define _KEY_CONTROL_H_
+
 #include <sys/cdefs.h>
 #include <sys/types.h>
 
@@ -29,3 +32,5 @@ long keyctl_search(key_serial_t ringid, const char *type,
                    const char *description, key_serial_t destringid);
 
 __END_DECLS
+
+#endif // _KEY_CONTROL_H_