fixes
authorkramm <kramm>
Mon, 1 May 2006 08:29:23 +0000 (08:29 +0000)
committerkramm <kramm>
Mon, 1 May 2006 08:29:23 +0000 (08:29 +0000)
lib/devices/file.h

index e084a3b..7533916 100644 (file)
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
 
-#ifndef __swfoutput_h__
-#define __swfoutput_h__
+#ifndef __gfxdevice_file_h__
+#define __gfxdevice_file_h__
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
 
 #include "../gfxdevice.h"
 
 void gfxdevice_file_init(gfxdevice_t*, char*filename);
 
-#endif //__swfoutput_h__
+#ifdef __cplusplus
+}
+#endif
+
+#endif //gfxdevice_file_h__