X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fprocess-name.h;fp=src%2Fprocess-name.h;h=874753f6f16ffc2a447cb458cd2be8c1adbd6b36;hb=9bc48026a93e8330a2bd2795e78d5951c16b7d33;hp=0000000000000000000000000000000000000000;hpb=33c28e126df60d8f7c416e762314d9da79f53448;p=src%2Fapp-framework-binder.git diff --git a/src/process-name.h b/src/process-name.h new file mode 100644 index 00000000..874753f6 --- /dev/null +++ b/src/process-name.h @@ -0,0 +1,21 @@ +/* + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" + * + * 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 process_name_set_name(const char *name); +extern int process_name_replace_cmdline(char **argv, const char *name); +