mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 01:14:48 +00:00
Merge pull request #11766 from liwg06/master
lib: Remove invalid function declaration
This commit is contained in:
commit
e1b8fb0267
@ -104,13 +104,6 @@ struct ttable *ttable_new(const struct ttable_style *tts);
|
||||
*/
|
||||
void ttable_del(struct ttable *tt);
|
||||
|
||||
/**
|
||||
* Deletes an individual cell.
|
||||
*
|
||||
* @param cell the cell to destroy
|
||||
*/
|
||||
void ttable_cell_del(struct ttable_cell *cell);
|
||||
|
||||
/**
|
||||
* Inserts a new row at the given index.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user