This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl.h: Remove ';' from 'NOOP;'
[perl5.git] / NetWare / nwplglob.h
CommitLineData
2986a63f
JH
1
2/*
cdad3b53 3 * Copyright © 2001 Novell, Inc. All Rights Reserved.
2986a63f
JH
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