Skip to content

Commit

Permalink
utils: Make MAC_EPOCH define public
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Aug 30, 2021
1 parent 52dd35f commit de5758a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions include/libimobiledevice-glue/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
#include <stdio.h>
#include <plist/plist.h>

#define MAC_EPOCH 978307200

char *string_concat(const char *str, ...);
char *string_append(char *str, ...);
char *string_build_path(const char *elem, ...);
Expand Down
2 changes: 0 additions & 2 deletions src/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
#include "common.h"
#include "libimobiledevice-glue/utils.h"

#define MAC_EPOCH 978307200

#ifndef HAVE_STPCPY
#undef stpcpy
char *stpcpy(char *s1, const char *s2);
Expand Down

0 comments on commit de5758a

Please sign in to comment.