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

SQL Server

开发平台:

Unix_Linux

  1. /*
  2.  *  fdecllj.h  - function declarations for helpfu.c, ljipc.c and logj.c
  3.  *               Kernel of GNU SQL-server. Logical Journal  
  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: fdecllj.h,v 1.245 1997/03/31 03:46:38 kml Exp $
  28.  */
  29. #ifndef __fdecllj_h__
  30. #define __fdecllj_h__
  31. #include "setup_os.h"
  32. /* logj.c */
  33. /*      36 */ void INI (void);
  34. /*      53 */ i4_t renew (void);
  35. /*      73 */ void begfix (void);
  36. /*      87 */ void PUTRC (u2_t razm, char *block);
  37. /*     119 */ void putrec (u2_t razm, char *block);
  38. /*     127 */ void putout (u2_t razm, char *block);
  39. /*     135 */ void write_disk (i4_t i, i4_t c);
  40. /*     150 */ void overflow_mj (void);
  41. /* ljipc.c */
  42. /*      29 */ void main (i4_t argc, char **argv);
  43. /*     133 */ i4_t BUF_INIFIXB (struct ADBL ADR, i4_t nop);
  44. /*     158 */ void ADML_COPY (void);
  45. /*     169 */ void ADM_ERRFU (i4_t p);
  46. /*     183 */ void ans_adm (i4_t rep);
  47. /*     196 */ void ans_trn (u2_t trnum, i4_t tpop);
  48. /*     253 */ void push_microj ();
  49. /* helpfu.c */
  50. /*      25 */ void getrfile (i4_t fd);
  51. /*      35 */ void get_last_page (i4_t fd);
  52. /*      59 */ i4_t get_page (i4_t j, u2_t N, i4_t fd);
  53. /*      76 */ void get_rec (char *pnt, struct ADBL adj, i4_t fd);
  54. /*     122 */ void MOREFILE (i4_t n);
  55. /*     130 */ void PICTURE (i4_t n);
  56. /*     144 */ void out_push (i4_t i, i4_t c);
  57. /*     159 */ void WAIT (i4_t i);
  58. /*     166 */ void READPG (u2_t N, i4_t i, i4_t fd);
  59. /*     183 */ void WRITEPG (i4_t i, i4_t c, i4_t fd);
  60. /*     204 */ char *write_topblock (u2_t size, u2_t off, char *a);
  61. /*     227 */ void do_cont (void);
  62. #include "totdecl.h"  /* t4bpack etc */
  63. #endif