summary refs log tree commit diff stats
path: root/src/fe-gtk/chanlist.h
AgeCommit message (Expand)Author
2013-04-01Consistent header macros everywhereBerke Viktor
2013-03-31Supposed fix for license issuesBerke Viktor
2011-02-24add xchat r1489berkeviktor@aol.com
evious revision' href='/git-repos/torxchat.git/blame/src/common/thread.h?id=ad7ea4b77e059880ef8f7cb05fe2aa2cdcc217fb'>^
cb2f9f3e ^
1
2
3
4
5
6
7
8
9
10
11
12
                                 









                                                                         
      
#if 0	/* native file dialogs */
#include <windows.h>

typedef struct
{
	DWORD threadid;
	int pipe_fd[2];
} thread;

thread *thread_new (void);
int thread_start (thread *th, void *(*start_routine)(void *), void *arg);
#endif