index
:
pkgit
indev
master
a universal system-agnostic package manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
is_updated.h
blob: 7532b322448746ac1c118feb8264d9536b0e5ea1 (
plain
)
1
2
3
4
5
6
#ifndef IS_UPDATED_H #define IS_UPDATED_H bool is_updated(const char *src); #endif