File: libnih.ver

package info (click to toggle)
libnih 1.0.3-4.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 10,544 kB
  • sloc: ansic: 188,634; sh: 11,217; makefile: 1,116; yacc: 291; xml: 239; sed: 16
file content (17 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIBNIH_1_0 {
	global:
		nih_*;
		_nih_*;
		program_name;
		package_name;
		package_version;
		package_copyright;
		package_bugreport;
		package_string;
	local:
		*;
};

LIBNIH_1.0.1 {
		__nih_*;	    
} LIBNIH_1_0;