chiark
/
gitweb
/
~mdw
/
qmail
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
qmail-send: Add message-id to bounce messages.
[qmail]
/
getln.h
1
#ifndef GETLN_H
2
#define GETLN_H
3
4
extern int getln();
5
extern int getln2();
6
7
#endif