X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fxmosi.h;h=0b1a17aba3e2d79343182d94504a469c8ae02eee;hp=24cd7c92b1cfee86bbeab496c2d01c7a78fd4610;hb=63cafe41a93427118959a74201b3e331169a71d9;hpb=9c459af695605b44a044ad206562818be10034f1 diff --git a/include/xmosi.h b/include/xmosi.h index 24cd7c9..0b1a17a 100644 --- a/include/xmosi.h +++ b/include/xmosi.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: xmosi.h,v $ - * Revision 1.3 1995-09-27 15:02:53 quinn + * Revision 1.4 1995-09-29 17:12:13 quinn + * Smallish + * + * Revision 1.3 1995/09/27 15:02:53 quinn * Modified function heads & prototypes. * * Revision 1.2 1995/05/16 08:50:39 quinn @@ -55,8 +58,8 @@ #include #include -struct netbuf MDF *mosi_strtoaddr(const char *str); +struct netbuf *mosi_strtoaddr(const char *str); -COMSTACK MDF mosi_type(int blocking, int protocol); +COMSTACK mosi_type(int blocking, int protocol); #endif