Upload files to "src/c"
This commit is contained in:
7
src/c/messaging.h
Normal file
7
src/c/messaging.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
void send(int key, int value, int key2, int value2, int key3, char value3[64]);
|
||||
void inbox_received_callback(DictionaryIterator *iterator, void *context);
|
||||
void message_dropped(AppMessageResult reason, void *context);
|
||||
void message_out_success(DictionaryIterator *iter, void *context);
|
||||
void message_out_failed(DictionaryIterator *iter, AppMessageResult reason, void *context);
|
||||
Reference in New Issue
Block a user