User-defined Hooks. More...
#include "config.h"#include "mutt/lib.h"#include "hook.h"#include "expando/lib.h"#include "pattern/lib.h"
Include dependency graph for hook.c:Go to the source code of this file.
Functions | |
| void | hook_free (struct Hook **ptr) |
| Free a Hook. | |
| struct Hook * | hook_new (void) |
| Create a Hook. | |
User-defined Hooks.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file hook.c.
| void hook_free | ( | struct Hook ** | ptr | ) |
Free a Hook.
| ptr | Hook to free |
Definition at line 47 of file hook.c.
Here is the call graph for this function:
Here is the caller graph for this function: