summaryrefslogtreecommitdiffstats
path: root/common/clientapi.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-05-01 23:47:56 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-05-01 23:47:56 +0200
commitd04b873e5341e2e3009f59f71a7210fe1b2b519d (patch)
tree58a7aef3baf8465b4a7622f1877c782c2021e856 /common/clientapi.h
parent69f7dd209e91c336ecebf90061e7f69059463026 (diff)
downloadsink-d04b873e5341e2e3009f59f71a7210fe1b2b519d.tar.gz
sink-d04b873e5341e2e3009f59f71a7210fe1b2b519d.zip
Synchronize API call
Diffstat (limited to 'common/clientapi.h')
-rw-r--r--common/clientapi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/clientapi.h b/common/clientapi.h
index 56247a7..4650221 100644
--- a/common/clientapi.h
+++ b/common/clientapi.h
@@ -413,6 +413,9 @@ public:
413 } 413 }
414 414
415 static void shutdown(const QByteArray &resourceIdentifier); 415 static void shutdown(const QByteArray &resourceIdentifier);
416
417 //TODO do we really want this command? And if yes, shouldn't it take a query to specify what to sync exactly?
418 static void synchronize(const QByteArray &resourceIdentifier);
416}; 419};
417 420
418/** 421/**