~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to man/mib_api.3.def

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-12-08 14:59:50 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071208145950-u1tykhpw56nyzqik
Tags: 5.4.1~dfsg-4ubuntu1
* Merge from debian unstable.
* Remaining Ubuntu changes:
  - Remove stop links from rc0 and rc6
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - Symlink common files between the packages, CDBS ought to handle that
    for us automatically.
* The latest Debian changes has dropped history from the changelog. Slot in
  the Ubuntu changes as best I can. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
.PP
18
18
.B "void init_mib(void);
19
19
.br
20
 
.BI "int add_mibdir(char *" "dirname" );
 
20
.BI "int add_mibdir(const char *" "dirname" );
21
21
.br
22
 
.BI "int add_module_replacement(char *" "old_module" ", char *" "new_module" ", char *" "tag" ", int " "len" );
 
22
.BI "int add_module_replacement(const char *" "old_module" ", const char *" "new_module" ", const char *" "tag" ", int " "len" );
23
23
.br
24
24
.B "void init_mib_internals(void);
25
25
.br
26
 
.BI "struct tree *read_module(char *" "name" );
 
26
.BI "struct tree *read_module(const char *" "name" );
27
27
.br
28
 
.BI "struct tree *read_mib(char *" "filename" );
 
28
.BI "struct tree *read_mib(const char *" "filename" );
29
29
.br
30
30
.B "struct tree *read_all_mibs(void);
31
31
.PP
33
33
.PP
34
34
.BI "void print_mib(FILE *" "fp" );
35
35
.PP
36
 
.BI "int read_objid(char *" "input" ", oid *" "output" ", size_t *" "out_len" );
 
36
.BI "int read_objid(const char *" "input" ", oid *" "output" ", size_t *" "out_len" );
37
37
.br
38
38
.BI "int get_module_node(const char *" "name" ", const char *" "module" ", oid *" "objid" ", size_t *" "objidlen" );
39
39
.PP