3 * Copyright © 2001 Novell, Inc. All Rights Reserved.
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.
11 * FILENAME : nwplglob.h
12 * DESCRIPTION : Perl globbing support for NetWare.
14 * Date : January 2001.
19 #ifndef __NWplGlob_H__
20 #define __NWplGlob_H__
23 void fnDoPerlGlob(char** argv, char* fileName);
26 #endif // __NWplGlob_H__