From 8791d149b7e5d3ff51f6a89ad279eac287957266 Mon Sep 17 00:00:00 2001 From: al Date: Fri, 23 Jul 2004 16:35:20 +0000 Subject: added src level documentation for the get_path() function git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12892 b3059339-0415-0410-9bf9-f77b7e298cf2 --- get_path.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/get_path.c b/get_path.c index f27de6cfb1..0cd6529773 100644 --- a/get_path.c +++ b/get_path.c @@ -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; -- cgit v1.2.3