windows-nt/Source/XPSP1/NT/ds/netapi/svcdlls/upssvc/apcsmart/scan.h
2020-09-26 16:20:57 +08:00

26 lines
491 B
C

/*
* rct09Feb93: removed # as a comment delimeter
* mholly06Oct98 : removed dead code, macros, and #defines - are left with
* only the StripTrailingWhiteSpace function
*
*/
// This is the header module for the Scanner:
// Included here are the exported function prototypes,
// symbol definitions, and macros.
//
// R. Thurston
//
//
#ifndef __SCAN_H
#define __SCAN_H
// Prototypes...
void StripTrailingWhiteSpace(char * aString);
#endif