22 lines
350 B
C
22 lines
350 B
C
|
|
|
|
// Microsoft Windows
|
|
|
|
// Copyright (C) Microsoft Corporation, 1996 - 1999
|
|
|
|
// File: usage.h
|
|
|
|
// Contents: Microsoft Internet Security Catalog Utilities
|
|
|
|
// History: 05-May-1997 pberkman created
|
|
|
|
|
|
|
|
#ifndef USAGE_H
|
|
#define USAGE_H
|
|
|
|
extern BOOL ParseArgs(int argc, WCHAR **wargv);
|
|
extern void Usage(void);
|
|
|
|
#endif // USAGE_H
|