diff --git a/apps/lisppaste.factor b/apps/lisppaste.factor index fb8b6719f5..545a8866b5 100644 --- a/apps/lisppaste.factor +++ b/apps/lisppaste.factor @@ -11,3 +11,5 @@ USING: arrays kernel xml-rpc ; ! seq is { channel user title contents } ! or { channel user title contents annotation-number } "newpaste" url invoke-method ; + +PROVIDE: apps/lisppaste ;