mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
10 lines
140 B
C
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;
|
|
}
|