chiark
/
gitweb
/
~mdw
/
tripe
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
server/peer.c: Engage the interval timer only while there are peers.
[tripe]
/
server
/
test.c
diff --git
a/server/test.c
b/server/test.c
index 152a6fe6b7d76bba1c7f7b40152856f4749e37b5..989bfd39b44bb6a2d23d080b7a10bf34df24f605 100644
(file)
--- a/
server/test.c
+++ b/
server/test.c
@@
-90,6
+90,9
@@
static const char *getarg(void)
static void lastarg(void)
{ if (*args) die(2, "unexpected argument `%s'", *args); }
static void lastarg(void)
{ if (*args) die(2, "unexpected argument `%s'", *args); }
+void iv_addreason(void) { ; }
+void iv_rmreason(void) { ; }
+
int main(int argc, char *argv[])
{
const char *kr = "keyring";
int main(int argc, char *argv[])
{
const char *kr = "keyring";