aboutsummaryrefslogtreecommitdiff
path: root/libcap-ng-0.7/docs/capng_restore_state.3
diff options
context:
space:
mode:
Diffstat (limited to 'libcap-ng-0.7/docs/capng_restore_state.3')
-rw-r--r--libcap-ng-0.7/docs/capng_restore_state.323
1 files changed, 23 insertions, 0 deletions
diff --git a/libcap-ng-0.7/docs/capng_restore_state.3 b/libcap-ng-0.7/docs/capng_restore_state.3
new file mode 100644
index 0000000..509972d
--- /dev/null
+++ b/libcap-ng-0.7/docs/capng_restore_state.3
@@ -0,0 +1,23 @@
+.TH "CAPNG_SAVE_STATE" "3" "June 2009" "Red Hat" "Libcap-ng API"
+.SH NAME
+capng_restore_state \- set the internal library state
+.SH "SYNOPSIS"
+.B #include <cap-ng.h>
+.sp
+void capng_restore_state(void **state);
+
+.SH "DESCRIPTION"
+
+capng_restore_state is a function that takes the state information previously saved by capng_save_state and restores the libraries internal state. This function is not available in the python bindings.
+
+.SH "RETURN VALUE"
+
+None.
+
+.SH "SEE ALSO"
+
+.BR capng_save_state (3),
+.BR capabilities (7)
+
+.SH AUTHOR
+Steve Grubb