fdeclmj.h
上传用户:dgyhgb
上传日期:2007-01-07
资源大小:676k
文件大小:2k
源码类别:

SQL Server

开发平台:

Unix_Linux

  1. /*
  2.  *  fdeclmj.h  - Functions descriptions for helpfu.c, microj.c and mjipc.c
  3.  *               Kernel of GNU SQL-server. Microjournal  
  4.  *
  5.  * This file is a part of GNU SQL Server
  6.  *
  7.  *  Copyright (c) 1996, 1997, Free Software Foundation, Inc
  8.  *  Developed at the Institute of System Programming
  9.  *  This file is written by  Vera Ponomarenko
  10.  *
  11.  *  This program is free software; you can redistribute it and/or modify
  12.  *  it under the terms of the GNU General Public License as published by
  13.  *  the Free Software Foundation; either version 2 of the License, or
  14.  *  (at your option) any later version.
  15.  *
  16.  *  This program is distributed in the hope that it will be useful,
  17.  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  18.  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  19.  *  GNU General Public License for more details.
  20.  *
  21.  *  You should have received a copy of the GNU General Public License
  22.  *  along with this program; if not, write to the Free Software
  23.  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  24.  *
  25.  *  Contacts: gss@ispras.ru
  26.  *
  27.  *  $Id: fdeclmj.h,v 1.245 1997/03/31 03:46:38 kml Exp $
  28.  */
  29. /* microj.c */
  30. /*      36 */ i4_t INI (char *pnt);
  31. /*      72 */ void putbl (u2_t razm, char *block);
  32. /*     103 */ void dofix (char *pnt);
  33. /*     124 */ void outdisk (u2_t n);
  34. /*     130 */ void write_disk (i4_t i, i4_t c);
  35. /* mjipc.c */
  36. /*      33 */ void main (i4_t argc, char **argv);
  37. /*     128 */ void LJ_ovflmj (void);
  38. /*     140 */ void ans_buf (void);
  39. /*     165 */ void ans_mj (char rep);
  40. /*     178 */ i4_t ask (void);
  41. /*     186 */ void ADM_ERRFU (i4_t p);
  42. /*     200 */ void finit (char *mj_name);
  43. /*     211 */ void mjini (char *mj_name);
  44. /* helpfu.c */
  45. /*      25 */ void getrfile (i4_t fd);
  46. /*      35 */ void get_last_page (i4_t fd);
  47. /*      59 */ i4_t get_page (i4_t j, u2_t N, i4_t fd);
  48. /*      76 */ void get_rec (char *pnt, struct ADBL adj, i4_t fd);
  49. /*     122 */ void MOREFILE (i4_t n);
  50. /*     130 */ void PICTURE (i4_t n);
  51. /*     144 */ void out_push (i4_t i, i4_t c);
  52. /*     159 */ void WAIT (i4_t i);
  53. /*     166 */ void READPG (u2_t N, i4_t i, i4_t fd);
  54. /*     183 */ void WRITEPG (i4_t i, i4_t c, i4_t fd);
  55. /*     204 */ char *write_topblock (u2_t size, u2_t off, char *a);
  56. /*     227 */ void do_cont (void);
  57. #include "totdecl.h"  /* t4bpack etc */