diff libpurple/circbuffer.h @ 15547:c2d75b47198d

sf patch #1647731, from Markus Elfring constify some things
author Mark Doliner <mark@kingant.net>
date Sun, 04 Feb 2007 19:42:39 +0000
parents 5fe8042783c1
children 32c366eeeb99
line wrap: on
line diff
--- a/libpurple/circbuffer.h	Sun Feb 04 18:33:44 2007 +0000
+++ b/libpurple/circbuffer.h	Sun Feb 04 19:42:39 2007 +0000
@@ -97,7 +97,7 @@
  *
  * @return the number of bytes that can be read from the GaimCircBuffer
  */
-gsize gaim_circ_buffer_get_max_read(GaimCircBuffer *buf);
+gsize gaim_circ_buffer_get_max_read(const GaimCircBuffer *buf);
 
 /**
  * Mark the number of bytes that have been read from the buffer.