Major clean-ups. Migrating to C++11.
[invirt/third/libt4.git] / lock_client.h
index df22711..b1176c4 100644 (file)
@@ -7,7 +7,7 @@
 
 #include <string>
 #include "lock_protocol.h"
-#include "rpc.h"
+#include "rpc/rpc.h"
 #include <vector>
 
 // Client interface to the lock server
@@ -39,7 +39,7 @@ typedef enum {
 
 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 *);