This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-goldedplus/goldlib/msgidlib/genmsgid.h
2005-10-20 21:41:32 +00:00

17 lines
326 B
C
Executable File

#ifndef __GENMSGID_H_
#define __GENMSGID_H_
#ifdef __cplusplus
extern "C" {
#endif
uint32_t GenMsgId(char *seqdir, uint32_t max_outrun);
uint32_t GenMsgIdEx(char *seqdir, uint32_t max_outrun, uint32_t (*altGenMsgId)(void), char **errstr);
uint32_t oldGenMsgId(void);
#ifdef __cplusplus
}
#endif
#endif /* __GENMSGID_H_ */