[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix prototype name



The attached patch fixes the different name of the same function in
the .c and .h file, like discussed in IRC yesterday ;)

Flo

-- 
() ascii ribbon campaign - stop html mail    www.asciiribbon.org
/\ www.the-compiler.org  | I love long mails http://email.is-not-s.ms/
When it is incorrect, it is, at least *authoritatively* incorrect. -- 
Hitchiker's Guide To The Galaxy 
From 9239c13a4c0535fc7c2d34f0df9571a172f993fb Mon Sep 17 00:00:00 2001
From: Florian Bruhin <git _at_ the _minus_ compiler _dot_ org>
Date: Sat, 19 Oct 2013 20:30:01 +0200
Subject: [PATCH] fix prototype name

---
 src/object.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/object.h b/src/object.h
index f91b989..f421ef6 100644
--- a/src/object.h
+++ b/src/object.h
@@ -96,7 +96,7 @@ void hsobject_link(HSObject* parent, HSObject* child, char* 
name);
 void hsobject_unlink(HSObject* parent, HSObject* child);
 void hsobject_unlink_by_name(HSObject* parent, char* name);
 void hsobject_link_rename(HSObject* parent, char* oldname, char* newname);
-void hsobject_rename_child(HSObject* parent, HSObject* child, char* newname);
+void hsobject_link_rename_object(HSObject* parent, HSObject* child, char* 
newname);
 void hsobject_unlink_and_destroy(HSObject* parent, HSObject* child);
 
 HSObject* hsobject_by_path(char* path);
-- 
1.8.4.1

Attachment: pgpHBW7BwG70T.pgp
Description: PGP signature