1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 21:55:24 +00:00

Added resource_presence_t

This commit is contained in:
James Booth 2013-02-10 12:29:36 +00:00
parent 3bee45fa76
commit 88fc4a6425

View File

@ -23,6 +23,14 @@
#ifndef RESOURCE_H
#define RESOURCE_H
typedef enum {
RESOURCE_ONLINE,
RESOURCE_CHAT,
RESOURCE_AWAY,
RESOURCE_XA,
RESOURCE_DND
} resource_presence_t;
typedef struct resource_t {
char *name;
char *show;