summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-09-04 12:59:03 +0100
committerKatolaZ <katolaz@freaknet.org>2018-09-04 12:59:03 +0100
commit540583a496564328ce5a677ee4bac6491b4a4932 (patch)
treec1eb87b568f35f8919a76c68245d0387d89e40a7
parent772f9cc24120be70cc93446f751030e95472e0f8 (diff)
added a dummy dump_links
-rw-r--r--render.awk5
1 files changed, 5 insertions, 0 deletions
diff --git a/render.awk b/render.awk
index a0da51d..7ef884a 100644
--- a/render.awk
+++ b/render.awk
@@ -127,3 +127,8 @@ function render_finalise(category, cnum, link, lnum){
printf("[1|%s|%s|%s|%s]\r\n", "Back to the lawn", ROOTSEL, HOST, PORT ) > cfiles[category[i,"Name"]];
}
}
+
+function dump_links(category, cnum, link, lnum){
+
+
+}