mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 17:50:19 +00:00
Consistent header macros everywhere
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#ifndef HEXCHAT_USERLISTGUI_H
|
||||
#define HEXCHAT_USERLISTGUI_H
|
||||
|
||||
void userlist_set_value (GtkWidget *treeview, gfloat val);
|
||||
gfloat userlist_get_value (GtkWidget *treeview);
|
||||
GtkWidget *userlist_create (GtkWidget *box);
|
||||
@@ -25,3 +28,5 @@ void userlist_show (session *sess);
|
||||
void userlist_select (session *sess, char *name);
|
||||
char **userlist_selection_list (GtkWidget *widget, int *num_ret);
|
||||
GdkPixbuf *get_user_icon (server *serv, struct User *user);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user