add circular buffer logic and fix makefile bug
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
#ifndef IRC_EVENTS_H
|
||||
#define IRC_EVENTS_H
|
||||
|
||||
#define QUEUE_FAILURE -1
|
||||
#define QUEUE_SUCCESS 0
|
||||
#define QUEUE_FULL 1
|
||||
#define QUEUE_EMPTY 2
|
||||
|
||||
typedef enum
|
||||
{
|
||||
IRC_EVENT_PRIVMSG,
|
||||
|
||||
Reference in New Issue
Block a user