// SPDX-FileCopyrightText: Ericsson AB 2001-2009. All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
/*
 * Function:
 * ei_x_encode to encode in a self-expanding buffer
 */

#ifndef _EI_X_ENCODE_H
#define _EI_X_ENCODE_H

int x_fix_buff(ei_x_buff* x, int szneeded);

#endif /* _EI_X_ENCODE_H */
