Annotation of ADD_ver_10/analizadordependencias.h, revision 1.1
1.1 ! rico 1: /********************************************************************/
! 2: /* analizadordependencias.h */
! 3: /* */
! 4: /* Copyright (c) 1997-2006 Rafael Rico (rafael.rico@uah.es) */
! 5: /* */
! 6: /* This file is part of ADD version 5.10. */
! 7: /* */
! 8: /* ADD is free software; you can redistribute it and/or modify */
! 9: /* it under the terms of the GNU General Public License as */
! 10: /* published by the Free Software Foundation; either version 2 of */
! 11: /* the License, or (at your option) any later version. */
! 12: /* */
! 13: /* ADD is distributed in the hope that it will be useful, */
! 14: /* but WITHOUT ANY WARRANTY; without even the implied warranty of */
! 15: /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
! 16: /* GNU General Public License for more details. */
! 17: /* */
! 18: /* You should have received a copy of the GNU General Public */
! 19: /* License along with ADD; if not, write to the Free Software */
! 20: /* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA */
! 21: /* 02111-1307 USA */
! 22: /* */
! 23: /* --------------------------- History --------------------------- */
! 24: /* */
! 25: /* Revision 1.2. 01/2006 */
! 26: /* Added GPL License and JavaDoc style documentation */
! 27: /* */
! 28: /* Revision 1.1. 09/2005 */
! 29: /* Initial Revision */
! 30: /* */
! 31: /********************************************************************/
! 32:
! 33:
! 34:
! 35: /******************************************************************************/
! 36: /* MÓDULO: analizadordependencias.h */
! 37: /* */
! 38: /* Prototipos de funciones utilizadas en el módulo 'AnalizadorDependencias.c' */
! 39: /******************************************************************************/
! 40: /* Fecha: 28 de julio de 2005 */
! 41: /******************************************************************************/
! 42:
! 43:
! 44: /* MÓDULO 'Notificaciones.c' */
! 45:
! 46: void Notificar(char *mensaje, unsigned char accion, unsigned char eco);
! 47:
! 48:
! 49:
! 50: /* MÓDULO 'Auxiliares.c' */
! 51:
! 52: int BDBuscarCadena(int idtabla, int idcampo, char *cadena);
! 53:
! 54:
! 55:
! 56:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>