Coda Distributed File System
nettohost.h
Go to the documentation of this file.
1/* BLURB gpl
2
3 Coda File System
4 Release 6
5
6 Copyright (c) 1987-2016 Carnegie Mellon University
7 Additional copyrights listed below
8
9This code is distributed "AS IS" without warranty of any kind under
10the terms of the GNU General Public Licence Version 2, as shown in the
11file LICENSE. The technical and financial contributors to Coda are
12listed in the file CREDITS.
13
14 Additional copyrights
15 none currently
16
17#*/
18
19#ifndef _NETTOHOST_H_
20#define _NETTOHOST_H_ 1
21
22void ntohsid(ViceStoreId *, ViceStoreId *);
23void htonsid(ViceStoreId *, ViceStoreId *);
24void ntohvv(ViceVersionVector *, ViceVersionVector *);
25void htonvv(ViceVersionVector *, ViceVersionVector *);
26
27#endif /* _NETTOHOST_H_ */
void ntohvv(ViceVersionVector *, ViceVersionVector *)
Definition: nettohost.cc:52
void ntohsid(ViceStoreId *, ViceStoreId *)
Definition: nettohost.cc:40
void htonsid(ViceStoreId *, ViceStoreId *)
Definition: nettohost.cc:46
void htonvv(ViceVersionVector *, ViceVersionVector *)
Definition: nettohost.cc:65