Proto parsing working.

This commit is contained in:
Ian Gulliver
2016-02-23 19:46:42 -08:00
parent 4f48153d4f
commit c70886e55c
3 changed files with 89 additions and 6 deletions

View File

@@ -12,6 +12,7 @@
#include "opts.h"
#include "outgoing.h"
#include "peer.h"
#include "proto.h"
#include "rand.h"
#include "receive.h"
#include "resolve.h"
@@ -121,6 +122,7 @@ int main(int argc, char *argv[]) {
peer_loop();
json_cleanup();
proto_cleanup();
receive_cleanup();
send_cleanup();