summaryrefslogtreecommitdiff
path: root/Object.h
diff options
context:
space:
mode:
authorloderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8>2006-06-06 20:28:42 +0000
committerloderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8>2006-06-06 20:28:42 +0000
commitf9df69e802b826aef909eea32aa7274f2e2f70f4 (patch)
tree35759df85a7a26e7121c44c0b55f6641b0f6758b /Object.h
parent44ffaca7897106dc023295d0216446726d651012 (diff)
downloadhtop-f9df69e802b826aef909eea32aa7274f2e2f70f4.tar.gz
Regenerated all headers.
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@39 63cc0a6c-1f0e-0410-841e-f6a342073da8
Diffstat (limited to 'Object.h')
-rw-r--r--Object.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Object.h b/Object.h
index 78886c2..b4c3dff 100644
--- a/Object.h
+++ b/Object.h
@@ -1,4 +1,4 @@
-/* Do not edit this file. It was automatically genarated. */
+/* Do not edit this file. It was automatically generated. */
#ifndef HEADER_Object
#define HEADER_Object
@@ -30,7 +30,6 @@ struct Object_ {
Object_Delete delete;
};
-
void Object_new();
bool Object_instanceOf(Object* this, char* class);