diff --git a/tuved.h b/tuved.h index 1f8086d..afdde6d 100644 --- a/tuved.h +++ b/tuved.h @@ -137,6 +137,7 @@ /* Channel Functions */ int tuveChanList(myConnections_t *userConnection); // Sends Channel List To Provided Users int tuveChanPart(const char *channel,myConnections_t *userConnection); // Parts A User From A Channel +int tuveChanResume(const char *channel); // Resumes Streaming In A Channel int tuveChanJoin(const char *channel,myConnections_t *userConnection); // Joins A Users To A Channel int tuveAddChan(const char *channel,myConnections_t *userConnection); int tuveAddToChanList(const char *channel,myConnections_t *userConnection);