Removed pm_apiversion and xs_apiversion as requested by
[p5sagit/p5-mst-13.2.git] / NetWare / nwplglob.h
CommitLineData
2986a63f 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
23void fnDoPerlGlob(char** argv, char* fileName);
24
25
26#endif // __NWplGlob_H__
27