5762905 [rkeene@sledge /home/rkeene/devel/backuppcd/all/backuppcd-200601171056]$ cat -n ntohll.h
 1 /*
 2  * Copyright (C) 2005  Roy Keene
 3  *
 4  * This program is free software; you can redistribute it and/or
 5  * modify it under the terms of the GNU General Public License
 6  * as published by the Free Software Foundation; either version 2
 7  * of the License, or (at your option) any later version.
 8  *
 9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License
15  * along with this program; if not, write to the Free Software
16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
17  *
18  * Author Information
19  *      Roy Keene
20  *      Planning Systems Inc
21  *      Slidell, LA
22  *      backuppcd-bugs@psislidell.com
23  */
24 
25 
26 #ifndef _RSK_NTOHLL_H
27 #define _RSK_NTOHLL_H
28 
29 #include "compat.h"
30 
31 #ifndef HAVE_NTOHLL
32 
33 #ifdef HAVE_NETINET_IN_H
34 #include <netinet/in.h>
35 #endif
36 #ifdef HAVE_STDINT_H
37 #include <stdint.h>
38 #endif
39 #ifdef HAVE_INTTYPES_H
40 #include <inttypes.h>
41 #endif
42 #ifdef HAVE_ENDIAN_H
43 #include <endian.h>
44 #endif
45 
46 uint64_t ntohll(uint64_t n);
47 
48 #endif
49 #endif
5762906 [rkeene@sledge /home/rkeene/devel/backuppcd/all/backuppcd-200601171056]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2005-07-22 14:41:05