summaryrefslogtreecommitdiff
path: root/regress/libexec/ld.so/dlopen/libab/ab.h
blob: cebb460fef3c16e54db6d5f0723c7477bb1315df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Public Domain 2003 Dale Rahn
 *
 * $OpenBSD: ab.h,v 1.1 2005/09/13 20:51:39 drahn Exp $
 */

class BB {
public:
        BB(char *);
        ~BB();
private:
	char *_name;
};