| OLD | NEW |
| 1 /************************************************************************* | 1 /************************************************************************* |
| 2 * | 2 * |
| 3 * $Id: triop.h 1886 2003-04-03 15:28:28Z veillard $ | 3 * $Id$ |
| 4 * | 4 * |
| 5 * Copyright (C) 2000 Bjorn Reese and Daniel Stenberg. | 5 * Copyright (C) 2000 Bjorn Reese and Daniel Stenberg. |
| 6 * | 6 * |
| 7 * Permission to use, copy, modify, and distribute this software for any | 7 * Permission to use, copy, modify, and distribute this software for any |
| 8 * purpose with or without fee is hereby granted, provided that the above | 8 * purpose with or without fee is hereby granted, provided that the above |
| 9 * copyright notice and this permission notice appear in all copies. | 9 * copyright notice and this permission notice appear in all copies. |
| 10 * | 10 * |
| 11 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED | 11 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED |
| 12 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF | 12 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF |
| 13 * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND | 13 * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 /* void trio_print_ulong TRIO_PROTO((trio_pointer_t ref, unsigned long number))
; */ | 141 /* void trio_print_ulong TRIO_PROTO((trio_pointer_t ref, unsigned long number))
; */ |
| 142 void trio_print_double TRIO_PROTO((trio_pointer_t ref, double number)); | 142 void trio_print_double TRIO_PROTO((trio_pointer_t ref, double number)); |
| 143 void trio_print_string TRIO_PROTO((trio_pointer_t ref, char *string)); | 143 void trio_print_string TRIO_PROTO((trio_pointer_t ref, char *string)); |
| 144 void trio_print_pointer TRIO_PROTO((trio_pointer_t ref, trio_pointer_t pointer))
; | 144 void trio_print_pointer TRIO_PROTO((trio_pointer_t ref, trio_pointer_t pointer))
; |
| 145 | 145 |
| 146 #ifdef __cplusplus | 146 #ifdef __cplusplus |
| 147 } /* extern "C" */ | 147 } /* extern "C" */ |
| 148 #endif | 148 #endif |
| 149 | 149 |
| 150 #endif /* TRIO_TRIOP_H */ | 150 #endif /* TRIO_TRIOP_H */ |
| OLD | NEW |