Fixed all errors in building MIBEDIT and re-committed them for the initial version of MIBEDIT.

This commit is contained in:
eturner 2001-06-25 20:52:47 +00:00
parent 83b3ff55d7
commit c105f49777
1 changed files with 15 additions and 0 deletions

View File

@ -87,6 +87,21 @@
/*================================================================*/
/* Local Function Declarations */
void concat_output(GtkWidget *widget, char *outbuf);
int read_mib(char *devname, char *mibname, char *mibvalue, char *resultcode,
char *outbuf, int outlen);
int read_mib_display(GtkWidget *widget, char *mibname);
int write_mib(char *devname, char *mibname, char *mibvalue, char *resultcode,
char *outbuf, int outlen);
int write_mib_display(GtkWidget *widget, char *mibname, char *mibvalue);
void tree_scan_func (GtkCTree *ctree,
GtkCTreeNode *node,
gpointer data);
/*================================================================*/
/* Function Definitions */