Huge API documentation cleanup

darcs-hash:20051024152625-ac50b-41503feb4ea8d428c5b30c159aaae0c8f7ae46a2.gz
This commit is contained in:
axel
2005-10-25 01:26:25 +10:00
parent f8de9de13d
commit 277f9b7e60
29 changed files with 480 additions and 82 deletions

5
exec.h
View File

@@ -3,6 +3,9 @@
*/
#ifndef FISH_EXEC_H
/**
Header guard
*/
#define FISH_EXEC_H
#include <wchar.h>
@@ -20,7 +23,7 @@
*/
void exec_init();
/*
/**
Destroy dynamically allocated data and other resources used by the
exec library
*/