f82568a780e35e8786958c49a1259434e2088b9cniq * Copyright (c) 2005, 2008 Sun Microsystems, Inc. All Rights Reserved.
f82568a780e35e8786958c49a1259434e2088b9cniq * Use is subject to license terms.
11e076839c8d5a82d55e710194d0daac51390dbdsf * Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T
11e076839c8d5a82d55e710194d0daac51390dbdsf * All Rights Reserved
f82568a780e35e8786958c49a1259434e2088b9cniq * University Copyright- Copyright (c) 1982, 1986, 1988
f82568a780e35e8786958c49a1259434e2088b9cniq * The Regents of the University of California
f82568a780e35e8786958c49a1259434e2088b9cniq * All Rights Reserved
f82568a780e35e8786958c49a1259434e2088b9cniq * University Acknowledgment- Portions of this document are derived from
f82568a780e35e8786958c49a1259434e2088b9cniq * software developed by the University of California, Berkeley, and its
f82568a780e35e8786958c49a1259434e2088b9cniq * contributors.
f82568a780e35e8786958c49a1259434e2088b9cniq * Licensed under the Apache License, Version 2.0 (the "License");
f82568a780e35e8786958c49a1259434e2088b9cniq * you may not use this file except in compliance with the License.
f82568a780e35e8786958c49a1259434e2088b9cniq * You may obtain a copy of the License at
742318b93e89c311f66b55f426c4d9cf2c14628bjim * Unless required by applicable law or agreed to in writing, software
742318b93e89c311f66b55f426c4d9cf2c14628bjim * distributed under the License is distributed on an "AS IS" BASIS,
742318b93e89c311f66b55f426c4d9cf2c14628bjim * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
742318b93e89c311f66b55f426c4d9cf2c14628bjim * or implied.
f82568a780e35e8786958c49a1259434e2088b9cniq * See the License for the specific language governing permissions and
742318b93e89c311f66b55f426c4d9cf2c14628bjim * limitations under the License.
f82568a780e35e8786958c49a1259434e2088b9cniqextern "C" {
f82568a780e35e8786958c49a1259434e2088b9cniqextern char *sed_compile(sed_commands_t *commands, sed_comp_args *compargs,
4c6374798c9e6c0fc3b42dbc5a7225f67d27cb9fjailletcextern void command_errf(sed_commands_t *commands, const char *fmt, ...)
f82568a780e35e8786958c49a1259434e2088b9cniq#define SEDERR_EDMOSUB "ending delimiter missing on substitution: %s"
f82568a780e35e8786958c49a1259434e2088b9cniq#define SEDERR_EDMOSTR "ending delimiter missing on string: %s"
f82568a780e35e8786958c49a1259434e2088b9cniq#define SEDERR_TSNTSS "transform strings not the same size: %s"
f82568a780e35e8786958c49a1259434e2088b9cniq#endif /* _REGEXP_H */