Skip to content

Commit

Permalink
Rename r_util/r_ctypes.h -> r_util/r_type.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jukuisma authored and trufae committed Jan 31, 2025
1 parent 9155ffa commit 27f0861
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion libr/include/r_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ int gettimeofday (struct timeval* p, void* tz);
#include "r_util/r_bitmap.h"
#include "r_util/r_time.h"
#include "r_util/r_debruijn.h"
#include "r_util/r_ctypes.h"
#include "r_util/r_type.h"
#include "r_util/r_file.h"
#include "r_util/r_hex.h"
#include "r_util/r_log.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#ifndef R_CTYPES_H
#define R_CTYPES_H

// TODO R2_590 - rename to r_util/r_type.h
#ifndef R_TYPE_H
#define R_TYPE_H

#ifdef __cplusplus
extern "C" {
Expand Down Expand Up @@ -54,5 +52,5 @@ R_API R_OWN char *r_type_func_name(Sdb *types, const char *fname);
}
#endif

#endif // R_CTYPES_H
#endif // R_TYPE_H

2 changes: 1 addition & 1 deletion libr/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ r_util_files = [
'include/r_util/r_big.h',
'include/r_util/r_bitmap.h',
'include/r_util/r_buf.h',
'include/r_util/r_ctypes.h',
'include/r_util/r_type.h',
'include/r_util/r_debruijn.h',
'include/r_util/r_diff.h',
'include/r_util/r_event.h',
Expand Down

0 comments on commit 27f0861

Please sign in to comment.