iphreeqc/IPhreeqcCallbacks.h
Scott R Charlton 4490d97970 getting rid of include driectory to avoid duplicate header files
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@6025 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2012-01-11 01:18:11 +00:00

20 lines
343 B
C

#ifndef _INC_IPHREEQC_CALLBACKS_H
#define _INC_IPHREEQC_CALLBACKS_H
#if defined(__cplusplus)
extern "C" {
#endif
typedef int (*PFN_PRERUN_CALLBACK)(void *cookie);
typedef int (*PFN_POSTRUN_CALLBACK)(void *cookie);
typedef int (*PFN_CATCH_CALLBACK)(void *cookie);
#if defined(__cplusplus)
}
#endif
#endif /* _INC_IPHREEQC_CALLBACKS_H */