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
308 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
ulong GenMsgId(char *seqdir, ulong max_outrun);
ulong GenMsgIdEx(char *seqdir, ulong max_outrun, ulong (*altGenMsgId)(void), char **errstr);
ulong oldGenMsgId(void);
#ifdef __cplusplus
}
#endif
#endif /* __GENMSGID_H_ */