File: network.h

package info (click to toggle)
hardinfo 0.5.1%2Bgit20180227-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,344 kB
  • sloc: ansic: 20,875; sh: 114; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __NETWORK_H__
#define __NETWORK_H__

#include "hardinfo.h"

extern gchar *smb_shares_list;
extern gchar *nfs_shares_list;
extern gchar *network_interfaces;
extern gchar *network_icons;

void scan_net_interfaces(void);

#endif /* __NETWORK_H__ */