X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=snap.h;h=489b67a2fbbb39f69533e50bfc996b1c7db20525;hb=d5c05d096cdafcde85ad5400c480010efc212445;hp=c817de2b5ef75cb0ab0ad791362a9575844b524c;hpb=b76728084d7b36d55e08764c9de42ad59fd6f6fd;p=dss.git diff --git a/snap.h b/snap.h index c817de2..489b67a 100644 --- a/snap.h +++ b/snap.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2010 Andre Noll + * Copyright (C) 2008-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -93,7 +93,7 @@ int num_complete_snapshots(struct snapshot_list *sl); /** * Get the newest snapshot in a snapshot list. */ -_static_inline_ struct snapshot *get_newest_snapshot(struct snapshot_list *sl) +static inline struct snapshot *get_newest_snapshot(struct snapshot_list *sl) { if (!sl->num_snapshots) return NULL;