Skip to content

Commit 7896eec

Browse files
committed
Removed urlDecode function.
Srl.Net now includes this function so we no longer need it here.
1 parent ad52b52 commit 7896eec

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

Http.alusus

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,4 @@ module Http {
130130
func getVariable(
131131
data: CharsPtr, dataSize: Int, variableName: CharsPtr, outVariable: CharsPtr, outVariableSize: Int
132132
): Int;
133-
134-
@expname[mg_url_decode]
135-
func urlDecode(src: CharsPtr, srcLen: Int, dst: CharsPtr, dstLen: Int, isFormUrlEncoded: Int): Int;
136133
};

بـننف.أسس

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,4 @@
6464
عرف هات_الترويسة: لقب getHeader؛
6565
عرف هات_معلومات_الطلب: لقب getRequestInfo؛
6666
عرف هات_متغير: لقب getVariable؛
67-
عرف فك_عنوانيا: لقب urlDecode؛
6867
}
69-

0 commit comments

Comments
 (0)