~ubuntu-branches/ubuntu/maverick/xfce4-netload-plugin/maverick

« back to all changes in this revision

Viewing changes to panel-plugin/wormulon/openbsd.h

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Pollock
  • Date: 2004-04-25 11:13:24 UTC
  • Revision ID: james.westby@ubuntu.com-20040425111324-ju7umz5xpe4ex9e4
Tags: upstream-0.2.2
ImportĀ upstreamĀ versionĀ 0.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef OPENBSD_H
 
2
#define OPENBSD_H
 
3
 
 
4
#include "../net.h"
 
5
 
 
6
void init_osspecific(netdata* data);
 
7
int checkinterface(netdata* data);
 
8
int get_stat(netdata* data);
 
9
 
 
10
#endif /* OPENBSD_H */