]> git.ipfire.org Git - thirdparty/openssl.git/blame - apps/vms_term_sock.h
OPENSSL_s390xcap.pod: list msa9 facility bit (155)
[thirdparty/openssl.git] / apps / vms_term_sock.h
CommitLineData
0d0723e8 1/*
624265c6 2 * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
0d0723e8
RL
3 * Copyright 2016 VMS Software, Inc. All Rights Reserved.
4 *
dffa7520 5 * Licensed under the Apache License 2.0 (the "License"). You may not use
0d0723e8
RL
6 * this file except in compliance with the License. You can obtain a copy
7 * in the file LICENSE in the source distribution or at
8 * https://www.openssl.org/source/license.html
9 */
10
0d3b6583 11#ifndef TERM_SOCK_H
c7bdb6a3 12# define TERM_SOCK_H
0d3b6583
RL
13
14/*
15** Terminal Socket Function Codes
16*/
c7bdb6a3
RL
17# define TERM_SOCK_CREATE 1
18# define TERM_SOCK_DELETE 2
0d3b6583
RL
19
20/*
21** Terminal Socket Status Codes
22*/
c7bdb6a3
RL
23# define TERM_SOCK_FAILURE 0
24# define TERM_SOCK_SUCCESS 1
0d3b6583
RL
25
26/*
27** Terminal Socket Prototype
28*/
29int TerminalSocket (int FunctionCode, int *ReturnSocket);
30
31#endif