about summary refs log tree commit diff stats
path: root/arc/color-repl.mu
Commit message (Expand)AuthorAgeFilesLines
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+498
r Michael Vetter <jubalh@iodoru.org> 2020-07-07 14:18:57 +0200 Apply coding style' href='/danisanti/profani-tty/commit/tests/unittests/helpers.h?id=a2726b6a7d16f5f846a882fbbe9127e4604bb8bb'>a2726b6a ^
3d7d070b ^
a2726b6a ^

f7843def ^
a2726b6a ^
2cdbfc7e ^
3d7d070b ^
c7d5379d ^
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);