From 374633e63f35170ad25b4841a4214273560a671b Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Sat, 1 Mar 2014 23:26:40 -0800 Subject: common: no logic change, update comments --- common/os_calls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/os_calls.h') diff --git a/common/os_calls.h b/common/os_calls.h index 06ce8494..3afde05c 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -1,7 +1,7 @@ /** * xrdp: A Remote Desktop Protocol server. * - * Copyright (C) Jay Sorg 2004-2013 + * Copyright (C) Jay Sorg 2004-2014 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- cgit v1.2.1 From 1934c9ea00cb4cb35a2561273c8df8339c8023a1 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Sun, 20 Apr 2014 00:42:19 -0700 Subject: sesman: more options for session lookup from Fredy Paquet --- common/os_calls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/os_calls.h') diff --git a/common/os_calls.h b/common/os_calls.h index 3afde05c..1805a6a1 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -115,6 +115,7 @@ char* APP_CC g_strdup(const char* in); char* APP_CC g_strndup(const char* in, const unsigned int maxlen); int APP_CC g_strcmp(const char* c1, const char* c2); int APP_CC g_strncmp(const char* c1, const char* c2, int len); +int APP_CC g_strncmp_d(const char* c1, const char* c2, const char delim, int len); int APP_CC g_strcasecmp(const char* c1, const char* c2); int APP_CC g_strncasecmp(const char* c1, const char* c2, int len); int APP_CC g_atoi(const char* str); -- cgit v1.2.1