mirror of
https://github.com/darlinghq/darling.git
synced 2026-04-27 06:19:33 -05:00
70 lines
3.6 KiB
C
70 lines
3.6 KiB
C
#ifndef __MUNGE_H__
|
|
#define __MUNGE_H__
|
|
/*
|
|
* Coyright (c) 2005-2011 Apple Computer, Inc. All rights reserved.
|
|
*
|
|
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
|
|
*
|
|
* This file contains Original Code and/or Modifications of Original Code
|
|
* as defined in and that are subject to the Apple Public Source License
|
|
* Version 2.0 (the 'License'). You may not use this file except in
|
|
* compliance with the License. The rights granted to you under the License
|
|
* may not be used to create, or enable the creation or redistribution of,
|
|
* unlawful or unlicensed copies of an Apple operating system, or to
|
|
* circumvent, violate, or enable the circumvention or violation of, any
|
|
* terms of an Apple operating system software license agreement.
|
|
*
|
|
* Please obtain a copy of the License at
|
|
* http://www.opensource.apple.com/apsl/ and read it before using this file.
|
|
*
|
|
* The Original Code and all software distributed under the License are
|
|
* distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
|
|
* EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
|
|
* INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
|
|
* FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
|
|
* Please see the License for the specific language governing rights and
|
|
* limitations under the License.
|
|
*
|
|
* @APPLE_OSREFERENCE_LICENSE_HEADER_END@
|
|
*/
|
|
void munge_w(const void *arg0 __unused, void *args);
|
|
void munge_ww(const void *arg0 __unused, void *args);
|
|
void munge_www(const void *arg0 __unused, void *args);
|
|
void munge_wwww(const void *arg0 __unused, void *args);
|
|
void munge_wwwww(const void *arg0 __unused, void *args);
|
|
void munge_wwwwww(const void *arg0 __unused, void *args);
|
|
void munge_wwwwwww(const void *arg0 __unused, void *args);
|
|
void munge_wwwwwwww(const void *arg0 __unused, void *args);
|
|
void munge_wl(const void *arg0 __unused, void *args);
|
|
void munge_wwl(const void *arg0 __unused, void *args);
|
|
void munge_wwlw(const void *arg0 __unused, void *args);
|
|
void munge_wwlll(const void *arg0 __unused, void *args);
|
|
void munge_wlw(const void *arg0 __unused, void *args);
|
|
void munge_wlwwwll(const void *arg0 __unused, void *args);
|
|
void munge_wlwwwllw(const void *arg0 __unused, void *args);
|
|
void munge_wlwwlwlw(const void *arg0 __unused, void *args);
|
|
void munge_wll(const void *arg0 __unused, void *args);
|
|
void munge_wllww(const void *arg0 __unused, void *args);
|
|
void munge_wlll(const void *arg0 __unused, void *args);
|
|
void munge_wllwwll(const void *arg0 __unused, void *args);
|
|
void munge_wwwlw(const void *arg0 __unused, void *args);
|
|
void munge_wwwlww(const void *arg0 __unused, void *args);
|
|
void munge_wwwl(const void *arg0 __unused, void *args);
|
|
void munge_wwwwlw(const void *arg0 __unused, void *args);
|
|
void munge_wwwwl(const void *arg0 __unused, void *args);
|
|
void munge_wwwwwl(const void *arg0 __unused, void *args);
|
|
void munge_wwwwwlww(const void *arg0 __unused, void *args);
|
|
void munge_wwwwwllw(const void *arg0 __unused, void *args);
|
|
void munge_wwwwwlll(const void *arg0 __unused, void *args);
|
|
void munge_wwwwwwl(const void *arg0 __unused, void *args);
|
|
void munge_wwwwwwlw(const void *arg0 __unused, void *args);
|
|
void munge_wwwwwwll(const void *arg0 __unused, void *args);
|
|
void munge_wsw(const void *arg0 __unused, void *args);
|
|
void munge_wws(const void *arg0 __unused, void *args);
|
|
void munge_wwwsw(const void *arg0 __unused, void *args);
|
|
void munge_llllll(const void *arg0 __unused, void *args __unused);
|
|
void munge_l(const void *arg0 __unused, void *args __unused);
|
|
void munge_lw(const void *arg0 __unused, void *args);
|
|
void munge_lwww(const void *arg0 __unused, void *args);
|
|
#endif /* __MUNGE_H__ */
|