User-defined Hooks. More...
Include dependency graph for hook.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | Hook |
| A list of user hooks. More... | |
Functions | |
| TAILQ_HEAD (HookList, Hook) | |
| 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.h.
| TAILQ_HEAD | ( | HookList | , |
| Hook | ) |
| 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: