浏览代码

modules_k/xcap_server: Do not define xcaps_str_appsexml for the
moment as it seems unused and produces compiler warnings.

Timo Reimann 14 年之前
父节点
当前提交
8929a642a5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules_k/xcap_server/xcap_server.c

+ 1 - 1
modules_k/xcap_server/xcap_server.c

@@ -415,11 +415,11 @@ static str xcaps_str_apprsxml   = {"application/rls-services+xml", 28};
 #if 0
 static str xcaps_str_nocontent  = {"No content", 10};
 static str xcaps_str_appxcxml   = {"application/xcap-caps+xml", 25};
+static str xcaps_str_appsexml	= {"application/vnd.oma.search+xml", 30};
 #endif
 static str xcaps_str_appapxml   = {"application/auth-policy+xml", 27};
 static str xcaps_str_appupxml	= {"application/vnd.oma.user-profile+xml", 36}; 
 static str xcaps_str_apppcxml	= {"application/vnd.oma.pres-content+xml", 36};
-static str xcaps_str_appsexml	= {"application/vnd.oma.search+xml", 30};
 
 
 /**