]>
Commit | Line | Data |
---|---|---|
316670eb A |
1 | #ifndef __MUNGE_H__ |
2 | #define __MUNGE_H__ | |
3 | /* | |
4 | * Coyright (c) 2005-2011 Apple Computer, Inc. All rights reserved. | |
5 | * | |
6 | * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ | |
7 | * | |
8 | * This file contains Original Code and/or Modifications of Original Code | |
9 | * as defined in and that are subject to the Apple Public Source License | |
10 | * Version 2.0 (the 'License'). You may not use this file except in | |
11 | * compliance with the License. The rights granted to you under the License | |
12 | * may not be used to create, or enable the creation or redistribution of, | |
13 | * unlawful or unlicensed copies of an Apple operating system, or to | |
14 | * circumvent, violate, or enable the circumvention or violation of, any | |
15 | * terms of an Apple operating system software license agreement. | |
16 | * | |
17 | * Please obtain a copy of the License at | |
18 | * http://www.opensource.apple.com/apsl/ and read it before using this file. | |
19 | * | |
20 | * The Original Code and all software distributed under the License are | |
21 | * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER | |
22 | * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, | |
23 | * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, | |
24 | * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. | |
25 | * Please see the License for the specific language governing rights and | |
26 | * limitations under the License. | |
27 | * | |
28 | * @APPLE_OSREFERENCE_LICENSE_HEADER_END@ | |
29 | */ | |
30 | void munge_w(const void *arg0 __unused, void *args); | |
31 | void munge_ww(const void *arg0 __unused, void *args); | |
32 | void munge_www(const void *arg0 __unused, void *args); | |
33 | void munge_wwww(const void *arg0 __unused, void *args); | |
34 | void munge_wwwww(const void *arg0 __unused, void *args); | |
35 | void munge_wwwwww(const void *arg0 __unused, void *args); | |
36 | void munge_wwwwwww(const void *arg0 __unused, void *args); | |
37 | void munge_wwwwwwww(const void *arg0 __unused, void *args); | |
38 | void munge_wl(const void *arg0 __unused, void *args); | |
39 | void munge_wwl(const void *arg0 __unused, void *args); | |
40 | void munge_wwlw(const void *arg0 __unused, void *args); | |
41 | void munge_wwlll(const void *arg0 __unused, void *args); | |
42 | void munge_wlw(const void *arg0 __unused, void *args); | |
43 | void munge_wlwwwll(const void *arg0 __unused, void *args); | |
44 | void munge_wlwwwllw(const void *arg0 __unused, void *args); | |
45 | void munge_wlwwlwlw(const void *arg0 __unused, void *args); | |
46 | void munge_wll(const void *arg0 __unused, void *args); | |
47 | void munge_wllww(const void *arg0 __unused, void *args); | |
48 | void munge_wlll(const void *arg0 __unused, void *args); | |
49 | void munge_wllwwll(const void *arg0 __unused, void *args); | |
50 | void munge_wwwlw(const void *arg0 __unused, void *args); | |
51 | void munge_wwwlww(const void *arg0 __unused, void *args); | |
52 | void munge_wwwl(const void *arg0 __unused, void *args); | |
53 | void munge_wwwwlw(const void *arg0 __unused, void *args); | |
54 | void munge_wwwwl(const void *arg0 __unused, void *args); | |
55 | void munge_wwwwwl(const void *arg0 __unused, void *args); | |
56 | void munge_wwwwwlww(const void *arg0 __unused, void *args); | |
57 | void munge_wwwwwllw(const void *arg0 __unused, void *args); | |
58 | void munge_wwwwwlll(const void *arg0 __unused, void *args); | |
59 | void munge_wwwwwwl(const void *arg0 __unused, void *args); | |
60 | void munge_wwwwwwlw(const void *arg0 __unused, void *args); | |
61 | void munge_wwwwwwll(const void *arg0 __unused, void *args); | |
62 | void munge_wsw(const void *arg0 __unused, void *args); | |
63 | void munge_wws(const void *arg0 __unused, void *args); | |
64 | void munge_wwwsw(const void *arg0 __unused, void *args); | |
65 | void munge_llllll(const void *arg0 __unused, void *args __unused); | |
66 | void munge_l(const void *arg0 __unused, void *args __unused); | |
67 | void munge_lw(const void *arg0 __unused, void *args); | |
68 | void munge_lwww(const void *arg0 __unused, void *args); | |
69 | #endif /* __MUNGE_H__ */ |