소스 검색

textopsx: updated old log messages

- use clang format
Daniel-Constantin Mierla 8 년 전
부모
커밋
b1e49b5ac1
2개의 변경된 파일338개의 추가작업 그리고 302개의 파일을 삭제
  1. 7 4
      src/modules/textopsx/api.h
  2. 331 298
      src/modules/textopsx/textopsx.c

+ 7 - 4
src/modules/textopsx/api.h

@@ -26,19 +26,22 @@
 /*
  * Struct with the textopsx api.
  */
-typedef struct textopsx_binds {
+typedef struct textopsx_binds
+{
 	cmd_function msg_apply_changes;
 } textopsx_api_t;
 
-typedef int (*bind_textopsx_f)(textopsx_api_t*);
+typedef int (*bind_textopsx_f)(textopsx_api_t *);
 
 /*
  * Function to be called direclty from other modules to load
  * the textops API.
  */
-inline static int load_textopsx_api(textopsx_api_t *tob){
+inline static int load_textopsx_api(textopsx_api_t *tob)
+{
 	bind_textopsx_f bind_textopsx_exports;
-	if(!(bind_textopsx_exports=(bind_textopsx_f)find_export("bind_textopsx", 1, 0))){
+	if(!(bind_textopsx_exports =
+					   (bind_textopsx_f)find_export("bind_textopsx", 1, 0))) {
 		LM_ERR("Failed to import bind_textopsx\n");
 		return -1;
 	}

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 331 - 298
src/modules/textopsx/textopsx.c


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.