Move account sync implementation out of header

This commit is contained in:
2026-06-08 05:55:11 -04:00
parent 70dd22ee8c
commit 8f80005cb1
3 changed files with 134 additions and 101 deletions
+1
View File
@@ -50,6 +50,7 @@ add_custom_target(
set(SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/src/Revision.cc
src/Account.cc
src/AccountSync.cc
src/AddressTranslator.cc
src/AFSArchive.cc
src/AsyncHTTPServer.cc