1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-15 19:38:07 -04:00
profanity/tests/unittests/xmpp/stub_ox.c
Michael Vetter a4cadf78fa Revert "Apply coding style"
This reverts commit 9b55f2dec0.

Sorting the includes creates some problems.
2020-07-07 13:53:30 +02:00

10 lines
141 B
C

#include <stdio.h>
#include <glib.h>
#include <stdlib.h>
gboolean
ox_announce_public_key(const char* const filename)
{
return FALSE;
}