Import upstream 2.3.14
[packages/xinetd.git] / libs / src / misc / misc.h
1 /*
2  * (c) Copyright 1992 by Panagiotis Tsirigotis
3  * All rights reserved.  The file named COPYRIGHT specifies the terms 
4  * and conditions for redistribution.
5  */
6
7
8 #ifndef __MISC_H
9 #define __MISC_H
10
11 /*
12  * $Id: misc.h,v 1.1.1.1 2003/02/19 17:29:27 bbraun Exp $
13  */
14
15 #if !defined(linux)
16 char *basename ( char *pathname ) ;
17 #endif
18
19 #endif  /* __MISC_H */