Rename proto.h

pull/59/head
Michael 6 years ago
parent e39d02ddc2
commit f91d2b9e11
No known key found for this signature in database
GPG Key ID: 2D51757B47E2434C

@ -2,7 +2,7 @@
#define LLARP_BENCODE_H
#include <llarp/buffer.h>
#include <llarp/common.hpp>
#include <llarp/proto.h>
#include <llarp/proto.hpp>
#include <stdbool.h>
#include <stdint.h>

@ -1,5 +1,5 @@
#ifndef LLARP_PROTO_H
#define LLARP_PROTO_H
#ifndef LLARP_PROTO_HPP
#define LLARP_PROTO_HPP
#ifndef LLARP_PROTO_VERSION
#define LLARP_PROTO_VERSION (0)

@ -1,5 +1,5 @@
#include "router.hpp"
#include <llarp/proto.h>
#include <llarp/proto.hpp>
#include <llarp/iwp.hpp>
#include <llarp/link_message.hpp>
#include <llarp/link/utp.hpp>

Loading…
Cancel
Save