Added SILC Thread Queue API
[crypto.git] / apps / irssi / src / silc / core / silc-queries.h
index 9443b59cc7e22b379111241afb0f1359c341b156..76d31be14895a5b7b22c8c00af9d4c69ae56c2da 100644 (file)
@@ -1,5 +1,24 @@
-#ifndef __SILC_QUERIES_H
-#define __SILC_QUERIES_H
+/*
+
+  silc-queries.h 
+
+  Author: Pekka Riikonen <priikone@silcnet.org>
+
+  Copyright (C) 2002 Pekka Riikonen
+
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; version 2 of the License.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+*/
+
+#ifndef SILC_QUERIES_H
+#define SILC_QUERIES_H
 
 #include "chat-protocols.h"
 #include "queries.h"
@@ -17,5 +36,14 @@ QUERY_REC *silc_query_create(const char *server_tag,
                             const char *nick, int automatic);
 void silc_queries_init(void);
 void silc_queries_deinit(void);
+void command_attr(const char *data, SILC_SERVER_REC *server,
+                 WI_ITEM_REC *item);
+void silc_query_attributes_default(SilcClient client,
+                                  SilcClientConnection conn);
+void silc_query_attributes_print(SILC_SERVER_REC *server,
+                                SilcClient client,
+                                SilcClientConnection conn,
+                                SilcDList attrs,
+                                SilcClientEntry client_entry);
 
-#endif
+#endif /* SILC_QUERIES_H */