mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Remove the inline declarations, patch by nailbiter
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4040 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5c867d6726
commit
674eec8fd2
2 changed files with 5 additions and 31 deletions
|
|
@ -97,12 +97,7 @@ static gboolean irssi_ssl_verify(SSL *ssl, SSL_CTX *ctx, X509 *cert)
|
|||
|
||||
#if GLIB_MAJOR_VERSION < 2
|
||||
|
||||
#ifdef G_CAN_INLINE
|
||||
G_INLINE_FUNC
|
||||
#else
|
||||
static
|
||||
#endif
|
||||
GIOError ssl_errno(gint e)
|
||||
static GIOError ssl_errno(gint e)
|
||||
{
|
||||
switch(e)
|
||||
{
|
||||
|
|
@ -239,12 +234,7 @@ static GIOFuncs irssi_ssl_channel_funcs =
|
|||
|
||||
#else /* GLIB_MAJOR_VERSION < 2 */
|
||||
|
||||
#ifdef G_CAN_INLINE
|
||||
G_INLINE_FUNC
|
||||
#else
|
||||
static
|
||||
#endif
|
||||
GIOStatus ssl_errno(gint e)
|
||||
static GIOStatus ssl_errno(gint e)
|
||||
{
|
||||
switch(e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue