File: libnih.ver

package info (click to toggle)
libnih 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 10,384 kB
  • ctags: 4,453
  • sloc: ansic: 185,873; sh: 11,213; makefile: 1,116; yacc: 291; xml: 227; 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;