branch: elpa/pg
commit 0f909d6f00ce2c6eac1711739296d1054b5cfdb1
Author: Eric Marsden <[email protected]>
Commit: Eric Marsden <[email protected]>
Add missing forward declaration
---
pg-lo.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pg-lo.el b/pg-lo.el
index 3849aea19f2..4d4a04efcee 100644
--- a/pg-lo.el
+++ b/pg-lo.el
@@ -42,7 +42,7 @@
(declare-function pg-exec "pg" (con &rest args))
(declare-function pg-exec-prepared "pg" (con query typed-arguments &rest args))
(declare-function pgcon-query-log "pg" (pgcon))
-
+(declare-function pg--trim-connection-buffers "pg" (con))
;; Forward declaration to pacify the bytecode compiler. This variable is
defined in pg.el.
(defvar pg-handle-notice-functions)