mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 08:46:22 +00:00
10 lines
141 B
C
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;
|
|
}
|