Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / lib / smi_util.3.in
1 .\"
2 .\" $Id: smi_util.3.in 4432 2006-05-29 16:21:11Z strauss $
3 .\"
4 .TH smi_util 3  "August 21, 2006" "IBR" "SMI Management Information Library"
5 .SH NAME
6 .\" START OF MAN PAGE COPIES
7 smiGetMinSize,
8 smiGetMaxSize,
9 smiPack,
10 smiUnpack
11 .\" END OF MAN PAGE COPIES
12 \- SMI type utility functions
13 .SH SYNOPSIS
14 .nf
15 .B #include <smi.h>
16 .RS
17 .RE
18 .sp
19 .BI "unsigned int smiGetMinSize(SmiType *" smiTypePtr );
20 .RE
21 .sp
22 .BI "unsigned int smiGetMaxSize(SmiTyep *" smiTypePtr );
23 .RE
24
25 .fi
26 .SH DESCRIPTION
27 These functions 
28 .SH "FILES"
29 .nf
30 @includedir@/smi.h    SMI library header file
31 .fi
32 .SH "SEE ALSO"
33 .BR libsmi "(3), "
34 .BR smi_module "(3), "
35 .BR smi.h
36 .SH "AUTHOR"
37 (C) 1999-2001 Frank Strauss, TU Braunschweig, Germany <strauss@ibr.cs.tu-bs.de>
38 .br