/*********************************************************************** $Id: $ <<>> Copyright (c) 1993-98 M. Kimes Copyright (c) 2008 Steven H. Levine Change log ***********************************************************************/ #if !defined(ASSOC_H) #define ASSOC_H VOID EditAssociations(HWND hwnd); INT ExecAssociation(HWND hwnd, CHAR * datafile); VOID free_associations(VOID); #endif // ASSOC_H