summary refs log tree commit diff stats
path: root/article/free-software.html
blob: b1062e558b407989cd5b52a7d63649c8f4310882 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
	<head>
		<title>Free Software</title>
		<link rel="stylesheet" href="/plain.css" />
		<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
		<meta charset="utf-8" />
	</head>
	<body class="indent">
		<h1>Free Software</h1>
		<p>Article ID: 10</p>
		<div id="footer">
			<hr />
			<p><a href="/">Andrew Yu's Website</a></p>
		</div>
	</body>
</html>
ine FILE_BY_TYPE 1 #define FILE_BY_SIZE 2 #define FILE_BY_DATE 3 extern int HTfileSortMethod; /* specifies the method of sorting */ /* PUBLIC HTMake_VMS_name() ** CONVERTS WWW name into a VMS name ** ON ENTRY: ** nn Node Name (optional) ** fn WWW file name ** ** ON EXIT: ** returns vms file specification ** ** Bug: Returns pointer to static -- non-reentrant */ PUBLIC char * HTMake_VMS_name PARAMS(( CONST char * nn, CONST char * fn)); /* Retrieve File from Server ON EXIT, returns Socket number for file if good.<0 if bad. */ extern int HTFTPLoad PARAMS (( CONST char * name, HTParentAnchor * anchor, HTFormat format_out, HTStream* sink )); /* ** This function frees any user entered password, so that ** it must be entered again for a future request. - FM */ extern void HTClearFTPPassword NOPARAMS; /* Return Host Name */ extern CONST char * HTHostName NOPARAMS; #endif /* end */