1 
2 /*
3  * Copyright � 2001 Novell, Inc. All Rights Reserved.
4  *
5  * You may distribute under the terms of either the GNU General Public
6  * License or the Artistic License, as specified in the README file.
7  *
8  */
9 
10 /*
11  * FILENAME		:	nwplglob.h
12  * DESCRIPTION	:	Perl globbing support for NetWare.
13  * Author		:	HYAK
14  * Date			:	January 2001.
15  *
16  */
17 
18 
19 #ifndef __NWplGlob_H__
20 #define __NWplGlob_H__
21 
22 
23 void fnDoPerlGlob(char** argv, char* fileName);
24 
25 
26 #endif	// __NWplGlob_H__
27 
28