dispatcher
diff --git a/src/sync-core.h b/src/sync-core.h
index d6dbd32..edee04a 100644
--- a/src/sync-core.h
+++ b/src/sync-core.h
@@ -63,7 +63,7 @@
   updateLocalPrefix(const Name &localPrefix);
 
   void
-  updateLocalState(sqlite3_int64);
+  localStateChanged();
 
   Name
   yp(const Name &name);
@@ -96,6 +96,9 @@
   sqlite3_int64
   seq(const Name &name);
 
+  void
+  updateLocalState(sqlite3_int64);
+
 protected:
   void
   sendSyncInterest();