aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-01 23:26:51 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-01 23:26:51 -0700
commit028e59e652e47798f7b50fc26d1d4f9faea5a1a1 (patch)
tree4d0cbe2522ddf6e45cbe9db61a0007b15377b44f
parent275e7903389673aa4496a15eba93207fe14f8605 (diff)
downloadconsfigurator-028e59e652e47798f7b50fc26d1d4f9faea5a1a1.tar.gz
export FILE:MAP-FILE-LINES
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/package.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/package.lisp b/src/package.lisp
index 5c5623f..609d0b1 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -215,7 +215,8 @@
(defpackage :consfigurator.property.file
(:use #:cl #:consfigurator #:alexandria)
(:local-nicknames (#:re #:cl-ppcre))
- (:export #:has-content
+ (:export #:map-file-lines
+ #:has-content
#:contains-lines
#:lacks-lines
#:has-mode