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;
|
|
}
|