aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-01-20 13:16:51 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-01-20 15:18:50 +0100
commitb36603b0bdb010fae50343454ddebd54929a97f2 (patch)
treee411d89166c8faf064ddfb3d3745ccbf05fe38ca
parent1017ce0a91b8c66d36c9b65b0a1a0011342fa958 (diff)
downloadsds-b36603b0bdb010fae50343454ddebd54929a97f2.tar.xz
Rename sds.{h,c} to yasl.{h,c}
-rw-r--r--Makefile4
-rw-r--r--src/yasl.c (renamed from src/sds.c)2
-rw-r--r--src/yasl.h (renamed from src/sds.h)0
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ebaf366..f7bc480 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,8 @@ CFLAGS += -O2 -std=c99 -ggdb -fPIE -pie -fstack-protector-all -Wl,-z,relro -Wl,-
CFLAGS += -Weverything -Wno-disabled-macro-expansion -Wno-vla -Wno-cast-align
CC = clang
-SOURCES = test/twbctf.c src/sds.c
-HEADERS = test/twbctf.h src/sds.h
+SOURCES = test/twbctf.c src/yasl.c
+HEADERS = test/twbctf.h src/yasl.h
MANPAGES = docs/sds.3 docs/sdsnew.3 docs/sdsfree.3
all: sds-test $(MANPAGES)
diff --git a/src/sds.c b/src/yasl.c
index 674fc48..bd6d668 100644
--- a/src/sds.c
+++ b/src/yasl.c
@@ -32,7 +32,7 @@
#include <stdlib.h>
#include <string.h>
-#include "sds.h"
+#include "yasl.h"
/// Initialization
diff --git a/src/sds.h b/src/yasl.h
index 6b3a951..6b3a951 100644
--- a/src/sds.h
+++ b/src/yasl.h