guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] branch master updated: Add C API for hook procedures to


From: Mike Gran
Subject: [Guile-commits] branch master updated: Add C API for hook procedures to libguile.h
Date: Fri, 13 Mar 2020 09:57:54 -0400

This is an automated email from the git hooks/post-receive script.

mike121 pushed a commit to branch master
in repository guile.

The following commit(s) were added to refs/heads/master by this push:
     new 77f9c49  Add C API for hook procedures to libguile.h
77f9c49 is described below

commit 77f9c49eaf7aa85b4fc75c414d9da72e4b58f3ca
Author: Mike Gran <address@hidden>
AuthorDate: Fri Mar 13 06:34:50 2020 -0700

    Add C API for hook procedures to libguile.h
    
    * libguile.h: add hooks.h
---
 libguile.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libguile.h b/libguile.h
index 2372635..2ffa3d5 100644
--- a/libguile.h
+++ b/libguile.h
@@ -68,6 +68,7 @@ extern "C" {
 #include "libguile/guardians.h"
 #include "libguile/hash.h"
 #include "libguile/hashtab.h"
+#include "libguile/hooks.h"
 #include "libguile/i18n.h"
 #include "libguile/init.h"
 #include "libguile/ioext.h"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]