# HG changeset patch # User al # Date 1090600520 0 # Node ID 54ea3d6e657cc926a73cb355464fa46a4b327bd4 # Parent 9a45f43bf9a064b1ae92aba85741ab46af314d82 added src level documentation for the get_path() function diff -r 9a45f43bf9a0 -r 54ea3d6e657c get_path.c --- a/get_path.c Fri Jul 23 16:10:21 2004 +0000 +++ b/get_path.c Fri Jul 23 16:35:20 2004 +0000 @@ -1,4 +1,13 @@ +/* + * Get path to config dir/file. + * + * Return Values: + * Returns the pointer to the ALLOCATED buffer containing the + * zero terminated path string. This buffer has to be FREED + * by the caller. + * + */ char *get_path(char *filename){ char *homedir; char *buff;