0
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-07-26 12:14:28 -04:00
2020-07-07 09:43:28 +02:00

10 lines
140 B
C

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