2025-04-27 07:49:33 -04:00

22 lines
535 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