remove extern "C" from no convert proto

This commit is contained in:
Jeff Hill
1999-08-06 23:08:31 +00:00
parent 0d72d3f50d
commit 4e69dc243b

View File

@@ -5,6 +5,9 @@
// $Id$
//
// $Log$
// Revision 1.6 1997/08/05 00:51:03 jhill
// fixed problems in aitString and the conversion matrix
//
// Revision 1.5 1997/04/23 17:12:53 jhill
// fixed export of symbols from WIN32 DLL
//
@@ -38,9 +41,7 @@
#define epicsExportSharedSymbols
#include "aitConvert.h"
extern "C" {
int aitNoConvert(void* /*dest*/,const void* /*src*/,aitIndex /*count*/) {return -1;}
}
#ifdef AIT_CONVERT
#undef AIT_CONVERT