summary refs log tree commit diff stats
path: root/plugins/winamp
diff options
context:
space:
mode:
authorRichardHitt <rbh00@netcom.com>2013-12-22 11:19:30 -0800
committerRichardHitt <rbh00@netcom.com>2013-12-22 11:19:30 -0800
commit26268d318888d5a35c41b88a727f6ee3c040309d (patch)
tree22140911f6a1f071621054726a90c5e40360eb88 /plugins/winamp
parent407613a8dbe52f465867b782ffd68ef76de43b55 (diff)
Ignore realname if it's a null string
Diffstat (limited to 'plugins/winamp')
0 files changed, 0 insertions, 0 deletions
v class='alt'>


























                                                                               
                             


      
/*

  Copyright (c) 2010 Samuel Lidén Borell <samuel@slbdata.se>

  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
  in the Software without restriction, including without limitation the rights
  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  copies of the Software, and to permit persons to whom the Software is
  furnished to do so, subject to the following conditions:

  The above copyright notice and this permission notice shall be included in
  all copies or substantial portions of the Software.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  THE SOFTWARE.

*/

#ifndef XCHAT_PLUGIN_H
#define XCHAT_PLUGIN_H

gchar *get_config_filename();

#endif