14 lines
216 B
C
14 lines
216 B
C
/*
|
|
* findbc.h - Briefcase enumeration module description.
|
|
*/
|
|
|
|
|
|
/* Prototypes
|
|
*************/
|
|
|
|
/* findbc.c */
|
|
|
|
extern TWINRESULT AddBriefcaseToSystem(LPCTSTR);
|
|
extern TWINRESULT RemoveBriefcaseFromSystem(LPCTSTR);
|
|
|