aboutsummaryrefslogtreecommitdiff
path: root/src/guile-sql.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-06-26 10:38:26 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-06-26 10:38:26 +0000
commit4987cf3134f116d1881602141ccc5ee7d572b8de (patch)
treea86f7135fd97098f6d98aeeabe0799e20615d91c /src/guile-sql.h
parentd47c213bb55adbe961c54242c642c2d1b7c3ec6c (diff)
downloadgamma-4987cf3134f116d1881602141ccc5ee7d572b8de.tar.gz
gamma-4987cf3134f116d1881602141ccc5ee7d572b8de.tar.bz2
Throw gsql-error, instead of misc-error, on failure
Diffstat (limited to 'src/guile-sql.h')
-rw-r--r--src/guile-sql.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/guile-sql.h b/src/guile-sql.h
index 3de3f26..5203123 100644
--- a/src/guile-sql.h
+++ b/src/guile-sql.h
@@ -11,10 +11,9 @@
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, write to the Free
- Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA. */
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
#include <sys/socket.h>
#include <netinet/in.h>
@@ -49,6 +48,7 @@ struct sql_iface {
};
extern struct sql_iface sql_iftab[];
+extern SCM gsql_error;
SCM sql_connect_create (char *name);
SCM scm_makenum (unsigned long val);

Return to:

Send suggestions and report system problems to the System administrator.