summary refs log tree commit diff
path: root/stream.h
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-25 19:16:56 -0500
committerJune McEnroe <programble@gmail.com>2018-02-25 19:16:56 -0500
commita2e0b6901cb4eef7ad1d78bee0d70c577c61e0f5 (patch)
treea7fe735a4b2b509d89eb8d4c4ff6f492df1439a5 /stream.h
parentHardcode path lengths in setup (diff)
downloadstream-a2e0b6901cb4eef7ad1d78bee0d70c577c61e0f5.tar.gz
stream-a2e0b6901cb4eef7ad1d78bee0d70c577c61e0f5.zip
Rewrite everything
Diffstat (limited to '')
-rw-r--r--stream.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/stream.h b/stream.h
deleted file mode 100644
index d719b7b..0000000
--- a/stream.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/* Copyright (c) 2018, Curtis McEnroe <programble@gmail.com>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
-
-#define STREAM_SIZE (1024 * 1024)