Refactoring!
This commit is contained in:
parent
1cb9ab528b
commit
72a3864d91
@ -35,6 +35,19 @@
|
||||
int _use_fwd = true;
|
||||
|
||||
|
||||
// ------------------------------------------------------------------
|
||||
|
||||
static uint32_t msgcount = 0;
|
||||
|
||||
|
||||
// ------------------------------------------------------------------
|
||||
|
||||
static uint32_t getMsgId()
|
||||
{
|
||||
return gtime(NULL)+(msgcount++);
|
||||
}
|
||||
|
||||
|
||||
// ------------------------------------------------------------------
|
||||
|
||||
bool isuucp(const char *name) {
|
||||
|
@ -435,13 +435,6 @@ void update_addressbook(GMsg* msg, bool reverse = false, bool force = false);
|
||||
void edit_addressbook(GMsg* msg);
|
||||
|
||||
|
||||
// ------------------------------------------------------------------
|
||||
// GEMSGID prototypes
|
||||
|
||||
uint32_t getMsgId();
|
||||
uint32_t getClassicMsgId();
|
||||
|
||||
|
||||
// ------------------------------------------------------------------
|
||||
// SOFTCR management
|
||||
|
||||
|
Reference in New Issue
Block a user