Adjust to ObjFW style
FossilOrigin-Name: 9919057cb8bb237afb11f251210a1764228c46661d5f8290708846fa70c6af83
This commit is contained in:
parent
851e7fe676
commit
098092053c
30 changed files with 285 additions and 462 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Copyright (c) 2013, Florian Zeitz <florob@babelmonkeys.de>
|
||||
* Copyright (c) 2013, 2016, Jonathan Schleifer <js@heap.zone>
|
||||
* Copyright (c) 2013, 2016, 2021, Jonathan Schleifer <js@nil.im>
|
||||
*
|
||||
* https://heap.zone/objxmpp/
|
||||
*
|
||||
|
@ -103,8 +103,7 @@ OF_ASSUME_NONNULL_BEGIN
|
|||
* @param node The node's opaque name
|
||||
* @return An initialized XMPPDiscoNode
|
||||
*/
|
||||
- (instancetype)initWithJID: (XMPPJID *)JID
|
||||
node: (nullable OFString *)node;
|
||||
- (instancetype)initWithJID: (XMPPJID *)JID node: (nullable OFString *)node;
|
||||
|
||||
/*!
|
||||
* @brief Initializes an already allocated XMPPDiscoNode with the specified
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue