1 /*  BEGIN INCLUDE FILE:       mowse_lib_dcls.incl.pl1                   *  *  *  *  *  *  *  *  *  *  *  *  */
 2 
 3 /****^  HISTORY COMMENTS:
 4   1) change(86-05-04,Smith), approve(87-07-15,MCR7580),
 5      audit(87-07-30,RBarstad), install(87-08-07,MR12.1-1075):
 6      Created to define all MOWSE subroutine entry
 7      points.
 8   2) change(86-11-27,Flegel), approve(86-11-27,MCR7580),
 9      audit(87-07-30,RBarstad), install(87-08-07,MR12.1-1075):
10      Approved.
11                                                    END HISTORY COMMENTS */
12 
13 /* format: style4,indattr,ifthen,^indcomtxt,thendo,^indproc,^indblkcom,initcol1,declareind8,dclind4,struclvlind3,comcol55 */
14 dcl ws_$connect_request    entry (char (*), char (*), fixed bin, ptr,
15                            fixed bin (35));
16 dcl ws_$connect_response   entry (fixed bin, fixed bin, ptr, fixed bin (35));
17 dcl ws_$create_instance    entry (char (*), char (*), fixed bin, fixed bin,
18                            ptr, ptr, fixed bin (35));
19 dcl ws_$destroy_instance   entry (ptr, fixed bin (35));
20 dcl ws_$disconnect_request entry (fixed bin, ptr, fixed bin (35));
21 dcl ws_$disconnect_response
22                            entry (fixed bin, fixed bin, ptr, fixed bin (35));
23 dcl ws_$execute_capability entry (fixed bin, fixed bin, ptr, fixed bin, ptr,
24                            fixed bin (35));
25 dcl ws_$execute_command    entry (char (*), fixed bin, fixed bin, ptr,
26                            fixed bin (35));
27 dcl ws_$find_capability_number
28                            entry (char (*), fixed bin, fixed bin,
29                            fixed bin (35));
30 dcl ws_$find_capability_name
31                            entry (fixed bin, char (*), fixed bin (35));
32 dcl ws_$get_status         entry (fixed bin, char (*), char (*),
33                            fixed bin (35));
34 dcl ws_$put_background_message
35                            entry () options (variable);
36 dcl ws_$put_status         entry (fixed bin, char (*), ptr, fixed bin (35));
37 dcl ws_$reset_capability   entry (fixed bin, ptr, fixed bin (35));
38 dcl ws_$resume_capability  entry (fixed bin, ptr, fixed bin (35));
39 dcl ws_$send_query_reply   entry (char (*), fixed bin, ptr, fixed bin (35));
40 dcl ws_$sleep              entry (ptr, fixed bin (35), fixed bin (35));
41 dcl ws_$suspend_capability entry (fixed bin, ptr, fixed bin (35));
42 dcl ws_$terminate_capability
43                            entry (fixed bin, ptr, fixed bin (35));
44 
45 /*  END INCLUDE FILE:         mowse_lib_dcls.incl.pl1                   *  *  *  *  *  *  *  *  *  *  *  *  */