index
:
xavi/xxcc
master
omemo
xxcc is a XMPP chat client.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
direction.h
blob: aed3bdf8b5b154302f271aeea8286815ed8bb27a (
plain
) (
blame
)
1
2
3
4
5
6
#ifndef DIRECTION_H
#define DIRECTION_H
enum
Direction
{
In
,
Out
};
#endif