mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-23 08:09:58 +01:00
fix REG_RIP, fix preview locking veejay, fix jumping quick select
git-svn-id: svn://code.dyne.org/veejay/trunk@1393 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -48,4 +48,5 @@ int sock_t_send( vj_sock_t *s, unsigned char *buf, int len );
|
||||
int sock_t_send_fd( int fd, int sndsize, unsigned char *buf, int len );
|
||||
void sock_t_close( vj_sock_t *s );
|
||||
int sock_t_connect_and_send_http( vj_sock_t *s, char *host, int port, char *buf, int buf_len );
|
||||
void sock_t_set_timeout( vj_sock_t *s, int t );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user