removing the extern "C" { ... } that blake accidentally added the other day. fixes runtime errors on solaris

This commit is contained in:
pavlov%netscape.com 2001-03-30 02:07:00 +00:00
Родитель 4fc8beb00d
Коммит f23ce45a21
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -22,8 +22,6 @@
#ifndef _GIF_H_
#define _GIF_H_
extern "C" {
/* gif2.h
The interface for the GIF87/89a decoder.
*/
@ -321,7 +319,5 @@ extern int GIFCallback_DestroyTransparentPixel();
extern int GIFCallback_HaveDecodedRow();
extern int GIFCallback_HaveImageAll();
}
#endif