diff options
Diffstat (limited to 'src/libsink/common.h')
| -rw-r--r-- | src/libsink/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsink/common.h b/src/libsink/common.h index 254e246..475ef5f 100644 --- a/src/libsink/common.h +++ b/src/libsink/common.h @@ -2,6 +2,8 @@ enum { CAMU_SINK_SET = 0, + CAMU_SINK_UNSET, + CAMU_SINK_SEQUENCE, CAMU_SINK_PAUSE, CAMU_SINK_SEEK }; |