summaryrefslogtreecommitdiff
path: root/man/netsnmp_netsnmp_data_list_s.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/netsnmp_netsnmp_data_list_s.3')
-rw-r--r--man/netsnmp_netsnmp_data_list_s.352
1 files changed, 52 insertions, 0 deletions
diff --git a/man/netsnmp_netsnmp_data_list_s.3 b/man/netsnmp_netsnmp_data_list_s.3
new file mode 100644
index 0000000..fd02db0
--- /dev/null
+++ b/man/netsnmp_netsnmp_data_list_s.3
@@ -0,0 +1,52 @@
+.TH "netsnmp_data_list_s" 3 "23 May 2010" "Version 5.4.3.pre1" "net-snmp" \" -*- nroff -*-
+.ad l
+.nh
+.SH NAME
+netsnmp_data_list_s \-
+.PP
+used to iterate through lists of data
+
+.SH SYNOPSIS
+.br
+.PP
+.PP
+\fC#include <data_list.h>\fP
+.SS "Data Fields"
+
+.in +1c
+.ti -1c
+.RI "struct \fBnetsnmp_data_list_s\fP * \fBnext\fP"
+.br
+.ti -1c
+.RI "char * \fBname\fP"
+.br
+.ti -1c
+.RI "void * \fBdata\fP"
+.br
+.RI "\fIThe pointer to the data passed on. \fP"
+.ti -1c
+.RI "Netsnmp_Free_List_Data * \fBfree_func\fP"
+.br
+.RI "\fImust know how to free netsnmp_data_list->data \fP"
+.in -1c
+.SH "Detailed Description"
+.PP
+used to iterate through lists of data
+.PP
+Definition at line 41 of file data_list.h.
+.SH "Field Documentation"
+.PP
+.SS "void* \fBnetsnmp_data_list_s::data\fP"
+.PP
+The pointer to the data passed on.
+.PP
+Definition at line 45 of file data_list.h.
+.SS "Netsnmp_Free_List_Data* \fBnetsnmp_data_list_s::free_func\fP"
+.PP
+must know how to free netsnmp_data_list->data
+.PP
+Definition at line 47 of file data_list.h.
+
+.SH "Author"
+.PP
+Generated automatically by Doxygen for net-snmp from the source code.