]> andersk Git - moira.git/commitdiff
added sms_host() [qjb]
authormar <mar>
Wed, 16 Aug 1989 11:21:48 +0000 (11:21 +0000)
committermar <mar>
Wed, 16 Aug 1989 11:21:48 +0000 (11:21 +0000)
man/moira.3

index f163d44fffcb0c280f2513134b541e4e1e887dbf..4a151b5a283e90547f29286c92118be85717c3f4 100644 (file)
@@ -1,7 +1,7 @@
 .TH SMS 3 "29 Nov 1988"
 .FM mit
 .SH NAME
-sms_connect, sms_auth, sms_disconnect, sms_noop, sms_access,
+sms_connect, sms_host, sms_auth, sms_disconnect, sms_noop, sms_access,
 sms_query, sms_do_update, sms_motd, format_filesys_type, parse_filesys_type,
 canonicalize_hostname, strsave, strtrim, sq_create, sq_destroy,
 sq_get_data, sq_save_args, sq_save_data, sq_save_unique_data,
@@ -19,6 +19,9 @@ Protocol functions
 .B int sms_connect(server);
 .B     char *server;
 
+.B int sms_host(host, size);
+.B     char *server;
+
 .B int sms_motd(motd);
 .B     char **motd;
 
@@ -132,6 +135,11 @@ specification is of the form hostname:portname, where the portname can
 be looked up in 
 .B /etc/services.
 
+.B sms_host
+initializes
+.I host
+with the name of the host that the client is currently connected to.
+
 .B sms_motd
 will check to see if the server is closed and if so, will retrieve an
 explanatory message (the so-called motd).  This routine will always
This page took 0.053674 seconds and 5 git commands to generate.