[Mplayer-cvslog] CVS: main get_path.c,1.6,1.7
Alexander Strasser beastd
syncmail at mplayerhq.hu
Fri Jul 23 18:35:22 CEST 2004
CVS change done by Alexander Strasser (beastd)
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv5311
Modified Files:
get_path.c
Log Message:
added src level documentation for the get_path() function
Index: get_path.c
===================================================================
RCS file: /cvsroot/mplayer/main/get_path.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- get_path.c 30 Apr 2004 16:56:00 -0000 1.6
+++ get_path.c 23 Jul 2004 16:35:20 -0000 1.7
@@ -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;
More information about the MPlayer-cvslog
mailing list