X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fsubpath.h;fp=src%2Fsubpath.h;h=f64f6e769ccbd76b9b0d4133f3e892f2300c5a19;hb=15059fa1ed5f94c3b5d96357c9be6adfa5ea37b0;hp=0000000000000000000000000000000000000000;hpb=a2efb09440814063cf6472b7111ff72c4582f1b2;p=src%2Fapp-framework-binder.git diff --git a/src/subpath.h b/src/subpath.h new file mode 100644 index 00000000..f64f6e76 --- /dev/null +++ b/src/subpath.h @@ -0,0 +1,22 @@ +/* + * Copyright (C) 2016, 2017 "IoT.bzh" + * Author: José Bollo + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#pragma once + +extern int subpath_is_valid(const char *path); +extern const char *subpath(const char *path); +extern const char *subpath_force(const char *path);