summaryrefslogtreecommitdiff
path: root/display.h
diff options
context:
space:
mode:
authorJagger <robert@swiecki.net>2015-09-06 01:12:08 +0200
committerJagger <robert@swiecki.net>2015-09-06 01:12:08 +0200
commitbaa20ea22f4d44ea1d3aebd16741ef56f27d26d4 (patch)
treee7ddfc15b810c06bb97c3db945c5c81a2ac2564c /display.h
parent92316ea8833285b1aa3a01c10c2697b6d3dda578 (diff)
downloadhonggfuzz-baa20ea22f4d44ea1d3aebd16741ef56f27d26d4.tar.gz
Periodic make depend
Diffstat (limited to 'display.h')
-rw-r--r--display.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/display.h b/display.h
new file mode 100644
index 00000000..c0910a3d
--- /dev/null
+++ b/display.h
@@ -0,0 +1,29 @@
+/*
+ *
+ * honggfuzz - display statistics
+ * -----------------------------------------
+ *
+ * Author: Robert Swiecki <swiecki@google.com>
+ *
+ * Copyright 2010-2015 by Google Inc. All Rights Reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may
+ * not use this file except in compliance with the License. You may obtain
+ * a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ * implied. See the License for the specific language governing
+ * permissions and limitations under the License.
+ *
+ */
+
+#ifndef _DISPLAY_H_
+#define _DISPLAY_H_
+
+extern void display_Display(honggfuzz_t * hfuzz);
+
+#endif