mirror of
https://github.com/CPunch/Laika.git
synced 2025-10-04 15:20:07 +00:00
Removed unused content streams
This commit is contained in:
@@ -157,20 +157,3 @@ void laikaC_handleShellData(struct sLaika_peer *peer, LAIKAPKT_SIZE sz, void *uD
|
||||
laikaS_write(&shell->auth->sock, buf, sz-sizeof(uint32_t));
|
||||
laikaS_endVarPacket(shell->auth);
|
||||
}
|
||||
|
||||
/* ============================================[[ Content Handlers ]]============================================ */
|
||||
|
||||
/* content stream has finished */
|
||||
void laikaC_contentRecvEvent(struct sLaika_peer *peer, struct sLaika_contentContext *context, struct sLaika_content *content) {
|
||||
|
||||
}
|
||||
|
||||
/* request to open a content stream */
|
||||
bool laikaC_contentNewEvent(struct sLaika_peer *peer, struct sLaika_contentContext *context, struct sLaika_content *content) {
|
||||
|
||||
}
|
||||
|
||||
/* error happened on a stream */
|
||||
void laikaC_contentErrEvent(struct sLaika_peer *peer, struct sLaika_contentContext *context, struct sLaika_content *content, CONTENT_ERRCODE err) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user