summaryrefslogtreecommitdiffstats
path: root/spawn.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-02-01 00:04:33 -0500
committerTavian Barnes <tavianator@tavianator.com>2019-02-09 17:06:38 -0500
commitd64db6bad79e10f92c56e5572d6ae9072d62b3a3 (patch)
treef1f334c165afecd1907e9c4cf377878ba172c35a /spawn.h
parent563b5f9d48e54dc2f5d61a23ce2171e005da201a (diff)
downloadbfs-d64db6bad79e10f92c56e5572d6ae9072d62b3a3.tar.xz
Add some documentation comments
Diffstat (limited to 'spawn.h')
-rw-r--r--spawn.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/spawn.h b/spawn.h
index ef510e1..a634d6e 100644
--- a/spawn.h
+++ b/spawn.h
@@ -14,6 +14,10 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. *
****************************************************************************/
+/**
+ * A process-spawning library inspired by posix_spawn().
+ */
+
#ifndef BFS_SPAWN_H
#define BFS_SPAWN_H