summaryrefslogtreecommitdiff
path: root/src/libnsss/nsss_switch_shadow_rewind.c
blob: 9ebf76c965a5c0f9f6be51c80516a48e08f1f1e4 (plain)
1
2
3
4
5
6
7
8
9
/* ISC license. */

#include <nsss/nsss-switch.h>
#include "nsss-switch-internal.h"

int nsss_switch_shadow_rewind (nsss_switch_t *a, tain const *deadline, tain *stamp)
{
  return nsss_switch_op(a, NSSS_SWITCH_SHADOW_REWIND, deadline, stamp) ;
}