File: capng_restore_state.3

package info (click to toggle)
libcap-ng 0.7.4-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,960 kB
  • ctags: 522
  • sloc: sh: 11,490; ansic: 2,162; python: 217; makefile: 111
file content (23 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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