2020-07-07 03:43:28 -04:00
|
|
|
#include <stdio.h>
|
2020-07-07 07:53:30 -04:00
|
|
|
#include <glib.h>
|
2020-07-06 09:03:13 -04:00
|
|
|
#include <stdlib.h>
|
|
|
|
|
2020-07-07 07:53:30 -04:00
|
|
|
gboolean
|
2020-07-06 09:03:13 -04:00
|
|
|
ox_announce_public_key(const char* const filename)
|
|
|
|
{
|
|
|
|
return FALSE;
|
|
|
|
}
|