summaryrefslogtreecommitdiffstats
path: root/ListItem.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-09-08 16:45:11 +1000
committerNathan Scott <nathans@redhat.com>2020-09-08 16:45:11 +1000
commiteede79b29af116bc568c7f7a1be319f0c1dfd311 (patch)
treeb271a1980e4b48a5178d60b8aed1efa6987e4e3d /ListItem.h
parent85ff6960ed5c1312f9d773e695418fdbfffd5303 (diff)
parent7758ffcdeae26f47f4ad6ec847fb8292fd5ceee3 (diff)
Merge branch 'noheadergen' of https://github.com/zevweiss/htop into zevweiss-noheadergen
Diffstat (limited to 'ListItem.h')
-rw-r--r--ListItem.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/ListItem.h b/ListItem.h
index 402c5c4f..253f991c 100644
--- a/ListItem.h
+++ b/ListItem.h
@@ -1,5 +1,3 @@
-/* Do not edit this file. It was automatically generated. */
-
#ifndef HEADER_ListItem
#define HEADER_ListItem
/*
@@ -21,12 +19,12 @@ typedef struct ListItem_ {
extern ObjectClass ListItem_class;
-extern ListItem* ListItem_new(const char* value, int key);
+ListItem* ListItem_new(const char* value, int key);
-extern void ListItem_append(ListItem* this, const char* text);
+void ListItem_append(ListItem* this, const char* text);
-extern const char* ListItem_getRef(ListItem* this);
+const char* ListItem_getRef(ListItem* this);
-extern long ListItem_compare(const void* cast1, const void* cast2);
+long ListItem_compare(const void* cast1, const void* cast2);
#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy