summaryrefslogtreecommitdiff
path: root/toxcore/ping.api.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-09-09 19:54:05 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-09-14 19:09:10 +0000
commit49bb43f6626b927b978eac765609844294523cad (patch)
tree8a56916651f51c63489cd1427e6fba2b6a19cbdb /toxcore/ping.api.h
parent7821cd84121ac8a4de5c70ab46d36bcbb881bb43 (diff)
Standardise header guards.
Using the full path including the repo name.
Diffstat (limited to 'toxcore/ping.api.h')
-rw-r--r--toxcore/ping.api.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/toxcore/ping.api.h b/toxcore/ping.api.h
index 9f8d319c..2ae5b365 100644
--- a/toxcore/ping.api.h
+++ b/toxcore/ping.api.h
@@ -24,8 +24,8 @@
24 * You should have received a copy of the GNU General Public License 24 * You should have received a copy of the GNU General Public License
25 * along with Tox. If not, see <http://www.gnu.org/licenses/>. 25 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
26 */ 26 */
27#ifndef PING_H 27#ifndef C_TOXCORE_TOXCORE_PING_H
28#define PING_H 28#define C_TOXCORE_TOXCORE_PING_H
29 29
30#include "DHT.h" 30#include "DHT.h"
31#include "network.h" 31#include "network.h"
@@ -62,5 +62,5 @@ int32_t send_request(iP_Port::this ipp, const uint8_t *public_key);
62} 62}
63 63
64%{ 64%{
65#endif /* PING_H */ 65#endif // C_TOXCORE_TOXCORE_PING_H
66%} 66%}