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

Fixed prototype-warning.

Rev: src/modules/Image/encodings/gif.c:1.5
parent 47794835
Branches
Tags
No related merge requests found
/* $Id: gif.c,v 1.4 1997/11/01 01:38:07 mirar Exp $ */
/* $Id: gif.c,v 1.5 1997/11/01 18:16:41 grubba Exp $ */
/*
**! module Image
**! note
**! $Id: gif.c,v 1.4 1997/11/01 01:38:07 mirar Exp $
**! $Id: gif.c,v 1.5 1997/11/01 18:16:41 grubba Exp $
**! submodule GIF
**!
**! This submodule keep the GIF encode/decode capabilities
......@@ -21,7 +21,7 @@
#include "stralloc.h"
#include "global.h"
RCSID("$Id: gif.c,v 1.4 1997/11/01 01:38:07 mirar Exp $");
RCSID("$Id: gif.c,v 1.5 1997/11/01 18:16:41 grubba Exp $");
#include "pike_macros.h"
#include "object.h"
#include "constants.h"
......@@ -518,7 +518,7 @@ void image_gif_render_block(INT32 args)
struct program *image_gif_module_program=NULL;
void init_image_gif()
void init_image_gif(void)
{
start_new_program();
......@@ -534,7 +534,7 @@ void init_image_gif()
pop_stack();
}
void exit_image_gif()
void exit_image_gif(void)
{
if(image_gif_module_program)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment