Merge up from branch.
[shibboleth/cpp-sp.git] / oncrpc / rpc / bcopy.h
1 /*********************************************************************
2  * RPC for the Windows NT Operating System
3  * 1993 by Martin F. Gergeleit
4  *
5  * RPC for the Windows NT Operating System COMES WITH ABSOLUTELY NO 
6  * WARRANTY, NOR WILL I BE LIABLE FOR ANY DAMAGES INCURRED FROM THE 
7  * USE OF. USE ENTIRELY AT YOUR OWN RISK!!!
8  *********************************************************************/
9
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13
14 void bcopy(char *,char*,int);
15 void bcopy_nf(char *,char *,int);
16 void bcopy_fn(char *,char *,int);
17 void bcopy_ff(char *,char *,int);
18 void bzero(char*,int);
19 #ifdef __cplusplus
20 };
21 #endif
22