coan 4.2.4
line_despatch.h
Go to the documentation of this file.
00001 #ifndef LINE_DESPATCH_H
00002 #define LINE_DESPATCH_H
00003 
00004 /***************************************************************************
00005  *   Copyright (C) 2004, 2006 Symbian Software Ltd.                        *
00006  *   All rights reserved.                                                  *
00007  *   Copyright (C) 2002, 2003 Tony Finch <dot@dotat.at>.                   *
00008  *   All rights reserved.                                                  *
00009  *   Copyright (C) 1985, 1993 The Regents of the University of California. *
00010  *   All rights reserved.                                                  *
00011  *   Copyright (C) 2007-2011 Mike Kinghan, imk@strudl.org                  *
00012  *   All rights reserved.                                                  *
00013  *                                                                         *
00014  *   Contributed by Mike Kinghan, imk@strudl.org, derived from the code    *
00015  *   of Tony Finch                                                         *
00016  *                                                                         *
00017  *   Redistribution and use in source and binary forms, with or without    *
00018  *   modification, are permitted provided that the following conditions    *
00019  *   are met:                                                              *
00020  *                                                                         *
00021  *   Redistributions of source code must retain the above copyright        *
00022  *   notice, this list of conditions and the following disclaimer.         *
00023  *                                                                         *
00024  *   Redistributions in binary form must reproduce the above copyright     *
00025  *   notice, this list of conditions and the following disclaimer in the   *
00026  *   documentation and/or other materials provided with the distribution.  *
00027  *                                                                         *
00028  *   Neither the name of Symbian Software Ltd. nor the names of its        *
00029  *   contributors may be used to endorse or promote products derived from  *
00030  *   this software without specific prior written permission.              *
00031  *                                                                         *
00032  *   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS   *
00033  *   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT     *
00034  *   LIMITED TO, THE IMPLIED WARRANTIES OF  MERCHANTABILITY AND FITNESS    *
00035  *   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE        *
00036  *   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,   *
00037  *   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,  *
00038  *   BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS *
00039  *   OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED    *
00040  *   AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,*
00041  *   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF *
00042  *   THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH  *
00043  *   DAMAGE.                                                               *
00044  *                                                                         *
00045  **************************************************************************/
00046 
00047 #include "state_utils.h"
00048 
00056 
00058 extern void
00059 print(void);
00060 
00062 extern void
00063 drop(void);
00064 
00075 extern void
00076 substitute(const char *replacement);
00077 
00082 extern void
00083 line_despatch_no_op(void);
00084 
00089 
00091 PUBLIC_STATE_DEF(line_despatch)
00092 {
00093     unsigned lines_inactive;    
00094     unsigned lines_changed; 
00095 }
00096 PUBLIC_STATE_T(line_despatch);
00101 IMPORT(line_despatch);
00105 #endif /* EOF*/
00106 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines