Annotation of ADD_ver_10/auxiliares.h, revision 1.2

1.1       rico        1: /******************************************************************************/
                      2: /* MÓDULO: auxiliares.h                                                       */
                      3: /*                                                                            */
                      4: /* Prototipos de funciones utilizadas en el módulo 'Auxiliares.c'             */
                      5: /******************************************************************************/
                      6: /* Fecha: 9 de septiembre de 2005                                             */
                      7: /******************************************************************************/
                      8: 
                      9: 
                     10: /* MÓDULO 'Notificaciones.c' */
                     11: 
                     12: void Notificar(char *mensaje, unsigned char accion, unsigned char eco);
                     13: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>