Minor cleanups.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3672 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -5,10 +5,6 @@
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define ID_BASE64_LEN 57
|
||||
#define ID_BIN_LEN 32
|
||||
#define BLOB_ID_LEN 53
|
||||
|
||||
enum
|
||||
{
|
||||
k_ssb_rpc_flag_binary = 0x0,
|
||||
@ -40,6 +36,7 @@ struct sockaddr_in;
|
||||
enum {
|
||||
k_id_base64_len = 57,
|
||||
k_id_bin_len = 32,
|
||||
k_blob_id_len = 53,
|
||||
};
|
||||
|
||||
tf_ssb_t* tf_ssb_create(uv_loop_t* loop, JSContext* context, sqlite3* db, const char* secrets_path);
|
||||
|
Reference in New Issue
Block a user