about summary refs log tree commit diff stats
path: root/tag.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-01-04 16:45:28 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-01-04 16:45:28 +0100
commitd7ec23a5db32eb00ee90e60bef35010639498cab (patch)
treef63e34c64c831a0de946d2a6b3bd5afb72ffa3a7 /tag.c
parent2cf8ef95207270cef2cd927c3acce3dd5bfbf36d (diff)
downloaddwm-d7ec23a5db32eb00ee90e60bef35010639498cab.tar.gz
fixed comment of drawclient()
Diffstat (limited to 'tag.c')
0 files changed, 0 insertions, 0 deletions
uthor James Booth <boothj5@gmail.com> 2014-02-01 21:18:15 +0000 committer James Booth <boothj5@gmail.com> 2014-02-01 21:18:15 +0000 Added test for /bookmark list' href='/danisanti/profani-tty/commit/tests/helpers.h?id=3d7d070b138a29e51dbaff72ebe1223d9f3d59cb'>3d7d070b ^
8c01021a ^
1
2
3
4
5
6
7
8
9
10
11
12

                 
                                    
                                     
 


                                       

                                             
                                      
                                                                  
#include "glib.h"

void load_preferences(void **state);
void close_preferences(void **state);

void init_chat_sessions(void **state);
void close_chat_sessions(void **state);

int utf8_pos_to_col(char *str, int utf8_pos);

void glist_set_cmp(GCompareFunc func);
int glist_contents_equal(const void *actual, const void *expected);