summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/nxspp.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/nxspp.h b/src/include/nxspp.h
deleted file mode 100644
index d88ab57..0000000
--- a/src/include/nxspp.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef NXSPP_H
-#define NXSPP_H
-
-typedef struct {
- char *source;
- char c;
- int i;
-} npp_t;
-
-npp_t *init_npp(char *source);
-char *process_string(npp_t *p);
-#endif