]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/termtable.h
lib: make "%Ld" work for int64_t
[mirror_frr.git] / lib / termtable.h
index 491010a856faca54efc381bf07c1fc36f6b7f8cc..4f7c595ce2f7eb7432d02cece7cf4d46711f2540 100644 (file)
@@ -137,8 +137,7 @@ void ttable_cell_del(struct ttable_cell *cell);
  * columns were specified
  */
 struct ttable_cell *ttable_insert_row(struct ttable *tt, unsigned int row,
-                                     const char *format, ...)
-       PRINTF_ATTRIBUTE(3, 4);
+                                     const char *format, ...) PRINTFRR(3, 4);
 /**
  * Inserts a new row at the end of the table.
  *
@@ -164,7 +163,7 @@ struct ttable_cell *ttable_insert_row(struct ttable *tt, unsigned int row,
  * columns were specified
  */
 struct ttable_cell *ttable_add_row(struct ttable *tt, const char *format, ...)
-       PRINTF_ATTRIBUTE(2, 3);
+       PRINTFRR(2, 3);
 
 /**
  * Removes a row from the table.