index
:
ircstats
lastseen
master
stateful-pg
time
time_fixes
user_times
IRC log parsing.
Jon Bergli Heier
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parsing.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'parsing.h')
-rw-r--r--
parsing.h
2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing.h b/parsing.h
index b991d55..6188d34 100644
--- a/
parsing.h
+++ b/
parsing.h
@@ -1,6 +1,6 @@
#ifndef _PARSING_H_
#define _PARSING_H_
-void process(int thread_n);
+void process();
#endif