view mcabber/mcabber/fifo.h @ 2192:cb53950fb1de

Do not use <private> for PGP-encrypted outgoing messages
author Holger Weiß <holger@zedat.fu-berlin.de>
date Sun, 04 Oct 2015 21:30:41 +0200
parents 7eadf86039e6
children
line wrap: on
line source

#ifndef __MCABBER_FIFO_H__
#define __MCABBER_FIFO_H__ 1

int  fifo_init(void);
void fifo_deinit(void);

#endif /* __MCABBER_FIFO_H__ */

/* vim: set expandtab cindent cinoptions=>2\:2(0 sw=2 ts=2:  For Vim users... */