00001 /* Copyright (c) Colorado School of Mines, 2006.*/ 00002 /* All rights reserved. */ 00003 00004 #ifndef SU_XDR 00005 #define SU_XDR 00006 00007 #ifdef SUXDR 00008 #include <rpc/types.h> 00009 #include <rpc/xdr.h> 00010 #endif 00011 00012 #include "su.h" 00013 #include "segy.h" 00014 00015 #ifdef SUXDR 00016 int xdrhdrsub(XDR *segyxdr, segy *tp); 00017 int xdrbhdrsub(XDR *segyxdr, bhed *bhp); 00018 #else 00019 void xdrhdrsub(); 00020 void xdrbhdrsub(); 00021 #endif 00022 00023 #endif /* SU_XDR */ 00024