Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
298 B

  1. /* Copyright (C) Boris Nikolaus, Germany, 1996-1997. All rights reserved. */
  2. /* Copyright (C) Microsoft Corporation, 1997-1998. All rights reserved. */
  3. #ifndef _ASN1C_SCANNER_H_
  4. #define _ASN1C_SCANNER_H_
  5. void readfiles(char **filenames);
  6. extern char *file;
  7. #endif // _ASN1C_SCANNER_H_