From 9401ed47c6d00cca32b581e096502f9534998bcd Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sat, 22 Nov 2008 00:25:17 +0200 Subject: Moved the code to GCS The code now complies (hopefully) with GNU Coding Standards. --- trace.h | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) (limited to 'trace.h') diff --git a/trace.h b/trace.h index 511cc369d..397235176 100644 --- a/trace.h +++ b/trace.h @@ -1,8 +1,8 @@ -/*----------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ /*trace.h*/ -/*----------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ /*The definitions for tracing the translator stack under ourselves.*/ -/*----------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ /*Copyright (C) 2001, 2002, 2005, 2008 Free Software Foundation, Inc. Written by Sergiu Ivanov . @@ -20,29 +20,25 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.*/ -/*----------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ #ifndef __TRACE_H__ #define __TRACE_H__ -/*----------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ -/*----------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ #include #include #include -/*----------------------------------------------------------------------------*/ +/*---------------------------------------------------------------------------*/ -/*----------------------------------------------------------------------------*/ -/*--------Functions-----------------------------------------------------------*/ -/*Traces the translator stack on the given underlying node until it finds the - first translator called `name` and returns the port pointing to the - translator sitting under this one, opened as specified in `flags`.*/ +/*---------------------------------------------------------------------------*/ +/*--------Functions----------------------------------------------------------*/ +/*Traces the translator stack on the given underlying node until it + finds the first translator called `name` and returns the port + pointing to the translator sitting under this one, opened as + specified in `flags`.*/ error_t -trace_find - ( - mach_port_t underlying, - const char * name, - int flags, - mach_port_t * port - ); + trace_find + (mach_port_t underlying, const char *name, int flags, mach_port_t * port); /*----------------------------------------------------------------------------*/ #endif /*__TRACE_H__*/ -- cgit v1.2.3