Skip to content
Snippets Groups Projects
Commit b3b24f40 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added missing declaration.

Rev: src/dynamic_buffer.h:1.20
parent 2f19ea54
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
|| This file is part of Pike. For copyright information see COPYRIGHT. || This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information. || for more information.
|| $Id: dynamic_buffer.h,v 1.19 2003/11/09 01:10:13 mast Exp $ || $Id: dynamic_buffer.h,v 1.20 2004/11/05 19:47:37 grubba Exp $
*/ */
#ifndef DYNAMIC_BUFFER_H #ifndef DYNAMIC_BUFFER_H
...@@ -26,6 +26,8 @@ struct dynamic_buffer_s ...@@ -26,6 +26,8 @@ struct dynamic_buffer_s
typedef struct dynamic_buffer_s dynamic_buffer; typedef struct dynamic_buffer_s dynamic_buffer;
extern dynamic_buffer pike_global_buffer;
/* Prototypes begin here */ /* Prototypes begin here */
PMOD_EXPORT char *low_make_buf_space(size_t space, dynamic_buffer *buf); PMOD_EXPORT char *low_make_buf_space(size_t space, dynamic_buffer *buf);
PMOD_EXPORT void low_my_putchar(int b,dynamic_buffer *buf); PMOD_EXPORT void low_my_putchar(int b,dynamic_buffer *buf);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment