summaryrefslogtreecommitdiffstats
path: root/src/cc4group.h
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2019-04-17 12:11:43 +0200
committerMarkus Mittendrein <git@maxmitti.tk>2019-04-17 12:11:43 +0200
commit3a66d9568579d40042df372c993f1a97a2236d96 (patch)
tree34274f43b92dc5501c5da9348c5fed65656753bb /src/cc4group.h
parentf5aa085db227849849f886d5312bfd2ce42e943c (diff)
downloadcc4group-3a66d9568579d40042df372c993f1a97a2236d96.tar.gz
cc4group-3a66d9568579d40042df372c993f1a97a2236d96.zip
Small addition to save description
Diffstat (limited to 'src/cc4group.h')
-rw-r--r--src/cc4group.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cc4group.h b/src/cc4group.h
index 91344d5..e575a7e 100644
--- a/src/cc4group.h
+++ b/src/cc4group.h
@@ -230,7 +230,7 @@ typedef struct {
// saves the current in-memory state of the group as a compressed c4group to disk
- // fails if the given path already exists
+ // fails if the given path already exists; path "-" can be used to write the group to stdout
bool (*save)(CC4Group* const this, const char* const path);
// same as save, except that an already existing group will be overwritten