]> git.marmaro.de Git - mmh/commitdiff
Just added a comment explaining that akvalue() does mh alias substitution.
authorDan Harkless <dan@harkless.org>
Wed, 26 Jan 2000 09:27:59 +0000 (09:27 +0000)
committerDan Harkless <dan@harkless.org>
Wed, 26 Jan 2000 09:27:59 +0000 (09:27 +0000)
uip/aliasbr.c

index b15865e20c602025f131f8cd95f7e668eefae289..b3c4b228424a9e93904afc936ff14a11196a1ce7 100644 (file)
@@ -47,6 +47,7 @@ struct home *seek_home (char *);
 #endif
 
 
+/* Do mh alias substitution on 's' and return the results. */
 char *
 akvalue (char *s)
 {