11 lines
174 B
C
11 lines
174 B
C
//
|
|
// Created by rick on 26-03-21.
|
|
//
|
|
|
|
#ifndef NEW_KERNEL_SLINGURL_H
|
|
#define NEW_KERNEL_SLINGURL_H
|
|
|
|
void slingurl_decompose(const char* url);
|
|
|
|
#endif //NEW_KERNEL_SLINGURL_H
|