commit | 36b551edeb1f0f0bf978447a1a555ca875676f1b | [log] [tgz] |
---|---|---|
author | Michael Scott <michael.scott@linaro.org> | Mon Jan 23 14:48:53 2017 -0800 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Feb 03 15:59:16 2017 +0200 |
tree | 88de22c56132ca3679dc55f326ef0cd924fec0f1 | |
parent | f75c1fdabf745e9dc2de51ecb07cb8e716bff24d [diff] |
samples: net: irc_bot: make some functions more accessible Due to code restructuring we should move the following functions higher in the code (above zirc_connect): zirc_nick_set() zirc_user_set() zirc_chan_join() Also relocate the function declaration for on_msg_rcvd() to the top of the code. Change-Id: I3936fb645b709dcbcfcc4212c127db819974c046 Signed-off-by: Michael Scott <michael.scott@linaro.org>