tiny
diff --git a/model/sync-logic.h b/model/sync-logic.h
index d5e6a0f..03d80b9 100644
--- a/model/sync-logic.h
+++ b/model/sync-logic.h
@@ -60,8 +60,6 @@
*/
void addLocalNames (const std::string &prefix, uint32_t session, uint32_t seq);
- void checkAgain (const std::string &interest, DigestPtr digest);
-
/**
* @brief respond to the Sync Interest; a lot of logic needs to go in here
* @param interest the Sync Interest in string format
@@ -77,6 +75,7 @@
private:
void sendSyncInterest ();
+ void checkAgain (const std::string &interest, DigestPtr digest);
private:
FullState m_state;