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

« back to all changes in this revision

Viewing changes to agent/mibgroup/agent/nsLogging.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-13 12:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040913120621-g952ntonlleihcvm
Tags: upstream-5.1.1
ImportĀ upstreamĀ versionĀ 5.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef NSLOGGING_H
 
2
#define NSLOGGING_H
 
3
 
 
4
/*
 
5
 * function declarations 
 
6
 */
 
7
void            init_nsLogging(void);
 
8
 
 
9
/*
 
10
 * Handler and iterators for the logging table
 
11
 */
 
12
Netsnmp_Node_Handler handle_nsLoggingTable;
 
13
Netsnmp_First_Data_Point  get_first_logging_entry;
 
14
Netsnmp_Next_Data_Point   get_next_logging_entry;
 
15
 
 
16
#endif /* NSLOGGING_H */