#ifndef __CHUNKREQ_H #define __CHUNKREQ_H int start_stream(int, struct sockaddr_in *); int stop_stream(); void get_next_chunk(); #endif