about summary refs log tree commit diff stats
path: root/html/113write-stream.subx.html
Commit message (Collapse)AuthorAgeFilesLines
* 7476Kartik Agaram2020-12-301-1/+1
|
* 7162Kartik Agaram2020-11-021-7/+7
|
* 6958Kartik Agaram2020-10-051-2/+2
|
* 6631Kartik Agaram2020-07-101-0/+317
r James Booth <boothj5@gmail.com> 2015-01-27 22:13:09 +0000 committer James Booth <boothj5@gmail.com> 2015-01-27 22:13:09 +0000 Added gnu readline' href='/danisanti/profani-tty/commit/tests/helpers.h?id=2cdbfc7eb7d90ed286c6c5f432990166cdec0b93'>2cdbfc7e ^
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);