#include <string>
#include "lock_protocol.h"
-#include "rpc.h"
+#include "rpc/rpc.h"
#include <vector>
// Client interface to the lock server
typedef int t4_status;
-typedef unsigned long long t4_lockid_t;
+typedef const char * t4_lockid_t;
t4_lock_client *t4_lock_client_new(const char *dst);
void t4_lock_client_delete(t4_lock_client *);