src/sock_internal.h
changeset 12 4147fae232d9
parent 10 9fe218576d13
child 28 9c1050bc8709
equal deleted inserted replaced
11:14e79683c48c 12:4147fae232d9
    61  *
    61  *
    62  * The sock_stream should be initialized to zero. It is a bug to call this twice.
    62  * The sock_stream should be initialized to zero. It is a bug to call this twice.
    63  */
    63  */
    64 void sock_stream_init (struct sock_stream *sock, struct sock_stream_type *type);
    64 void sock_stream_init (struct sock_stream *sock, struct sock_stream_type *type);
    65 
    65 
       
    66 /*
       
    67  * Invoke the appropriate callbacks for the given EV_* bitmask.
       
    68  */
       
    69 void sock_stream_invoke_callbacks (struct sock_stream *sock, short what);
       
    70 
    66 #endif /* SOCK_INTERNAL_H */
    71 #endif /* SOCK_INTERNAL_H */