chiark
/
gitweb
/
~mdw
/
ezmlm
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Debianization and various other fixes.
[ezmlm]
/
idxthread.h
1
2
#ifndef IDXTHREAD_H
3
#define IDXTHREAD_H
4
5
/* threading */
6
extern void idx_mkthread();
7
extern void idx_mkthreads();
8
extern void idx_mklist();
9
extern void idx_destroythread();
10
11
#endif