mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
Updates.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@641 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
28a7908e73
commit
755a8d40eb
31 changed files with 386 additions and 217 deletions
12
src/fe-common/core/fe-queries.h
Normal file
12
src/fe-common/core/fe-queries.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef __FE_QUERIES_H
|
||||
#define __FE_QUERIES_H
|
||||
|
||||
#include "queries.h"
|
||||
|
||||
/* Return query where to put the private message. */
|
||||
QUERY_REC *privmsg_get_query(SERVER_REC *server, const char *nick, int own);
|
||||
|
||||
void fe_queries_init(void);
|
||||
void fe_queries_deinit(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue