StrBufSipLine(): make input params const; fix several warnings about unused code.
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 24 Jul 2011 13:35:59 +0000 (13:35 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:40:40 +0000 (21:40 +0000)
libcitadel/lib/libcitadel.h

index 13737c39c797b6c2547f8d0cc402558a133a2f90..021caf8d08fc2acd0cb17532e92d07c64560836b 100644 (file)
@@ -221,8 +221,6 @@ int StrBufTCP_read_buffered_line_fast(StrBuf *Line,
                                      int selectresolution, 
                                      const char **Error);
 
-
-
 typedef enum _eReadState {
        eReadFail,
        eReadSuccess,