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

17 lines
326 B
C
Raw Normal View History

2003-03-26 16:12:22 +00:00
#ifndef __GENMSGID_H_
#define __GENMSGID_H_
#ifdef __cplusplus
extern "C" {
#endif
2005-10-20 21:41:32 +00:00
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);
2003-03-26 16:12:22 +00:00
#ifdef __cplusplus
}
#endif
#endif /* __GENMSGID_H_ */