]> wimlib.net Git - wimlib/blobdiff - src/util.c
Various cleanups
[wimlib] / src / util.c
index e14ddd403f64eef883594f7a805ffec19c1e8a15..c229b5a64c9cb0f2c475de8906eea0894fd2648e 100644 (file)
@@ -428,6 +428,10 @@ const char *path_basename(const char *path)
        return p + 1;
 }
 
+/* 
+ * Returns a pointer to the part of @path following the first colon in the last
+ * path component, or NULL if the last path component does not contain a colon.
+ */
 const char *path_stream_name(const char *path)
 {
        const char *base = path_basename(path);