libt2n: (gerd) more documentation-polishing
[libt2n] / src / server.hxx
index aa0b232..684cee8 100644 (file)
@@ -130,7 +130,7 @@ class server
             @retval true if new data was found (does not mean that the received data 
                     is a complete packet though)
         */
-        virtual bool fill_buffer(long long usec_timeout=-1, long long* timeout_remaining=NULL)=0;
+        virtual bool fill_buffer(long long usec_timeout=-1, long long* usec_timeout_remaining=NULL)=0;
 
         void cleanup();