All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] netmonagent: fix unnecessary function declaration
@ 2017-09-12  9:01 Nishanth V
  2017-09-12 17:29 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Nishanth V @ 2017-09-12  9:01 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 455 bytes --]

---
 src/netmonagent.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/netmonagent.h b/src/netmonagent.h
index f64a503..5178901 100644
--- a/src/netmonagent.h
+++ b/src/netmonagent.h
@@ -19,5 +19,3 @@ DBusMessage *netmon_agent_new_method_call(struct netmon_agent *netmon,
 
 void netmon_agent_send_no_reply(struct netmon_agent *agent,
 				DBusMessage *message);
-
-void netmon_agent_test(struct netmon_agent *agent);
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] netmonagent: fix unnecessary function declaration
  2017-09-12  9:01 [PATCH] netmonagent: fix unnecessary function declaration Nishanth V
@ 2017-09-12 17:29 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2017-09-12 17:29 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 178 bytes --]

Hi Nishanth,

On 09/12/2017 04:01 AM, Nishanth V wrote:
> ---
>   src/netmonagent.h | 2 --
>   1 file changed, 2 deletions(-)
> 

Applied, thanks.

Regards,
-Denis


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-12 17:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-12  9:01 [PATCH] netmonagent: fix unnecessary function declaration Nishanth V
2017-09-12 17:29 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.