mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 12:44:34 +03:00
Regenerated all headers.
This commit is contained in:
3
Object.h
3
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);
|
||||
|
Reference in New Issue
Block a user