Skip to content
Snippets Groups Projects
Commit 05f64caa authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Unpack and add zip file contents.

parent 62ea1ded
No related branches found
No related tags found
No related merge requests found
Showing
with 767 additions and 0 deletions
File added
INTEGER FUNCTION NEWS_ASSIGN()
NEWS_ASSIGN = 0
RETURN
END
INTEGER FUNCTION NEWS_GET_CHAN(I)
RETURN
END
SUBROUTINE NEWS_SET_CHAN(I)
RETURN
END
INTEGER FUNCTION NEWS_SOCKET_BULLCP(I,J,K,L)
RETURN
END
INTEGER FUNCTION NEWS_CREATE_BULLCP(I,J,K,L)
RETURN
END
INTEGER FUNCTION NEWS_WRITE_PACKET_BULLCP(I,J,K,L,M,N)
RETURN
END
SUBROUTINE NEWS_DISCONNECT
RETURN
END
INTEGER FUNCTION NEWS_CONNECT
NEWS_CONNECT = .FALSE.
RETURN
END
INTEGER FUNCTION NEWS_WRITE_PACKET(BUF)
CHARACTER*(*) BUF
RETURN
END
INTEGER FUNCTION NEWS_READ_PACKET(BUF)
CHARACTER*(*) BUF
RETURN
END
INTEGER FUNCTION NEWS_GETHOSTNAME(BUF)
CHARACTER*(*) BUF
RETURN
END
INTEGER FUNCTION NEWS_GETHOST()
RETURN
END
This diff is collapsed.
File added
File added
File added
File added
!
! This file is the CLD file used to define a command to execute
! BULLETIN by using CDU, which adds the command to the command table.
! The alternative is to define a symbol to execute BULLETIN.
! Either way will work, and it is up to the user's to decide which
! method to work. (If you don't know which, you probably should use
! the default symbol method.)
!
Define Verb BULLETIN
Image BULL_DIR:BULLETIN
Parameter P1, Label = SELECT_FOLDER
Qualifier ALL
Qualifier BBOARD
Qualifier BULLCP
Qualifier CLEANUP, Value (Required)
Qualifier EDIT
Qualifier KEYPAD, Default
Qualifier LOGIN
Qualifier MARKED
Qualifier PAGE, Default
Qualifier PGFLQUOTA, Value (Type = $NUMBER, Required)
Qualifier PROMPT, Value (Default = "BULLETIN"), Default
Qualifier READNEW
Qualifier REVERSE
!
! The following line causes a line to be outputted separating system notices.
! The line consists of a line of all "-"s, i.e.:
!--------------------------------------------------------------------------
! If you want a different character to be used, simply put in the desired one
! in the following line. If you want to disable the feature, remove the
! Default at the end of the line. (Don't remove the whole line!)
!
Qualifier SEPARATE, Value (Default = "-"), Default
Qualifier SEEN
Qualifier STARTUP
Qualifier STOP
Qualifier SYSTEM, Value (Type = $NUMBER, Default = "7")
Qualifier UNMARKED
Qualifier UNSEEN
Qualifier WIDTH, Value (Type = $NUMBER, Required)
Qualifier WSEXTENT, Value (Type = $NUMBER, Required)
Disallow (WSEXTENT Or PGFLQUOTA) And Not STARTUP
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment